Interface OperationPluginStatic

Operation Pluginの実装すべきstatic methodについての定義。

Hierarchy

  • OperationPluginStatic

Constructors

Properties

Constructors

  • OperationPluginを生成する。

    Parameters

    • game: any

      このプラグインに紐づく Game

    • viewInfo: null | OperationPluginViewInfo

      このプラグインが参照すべきviewの情報。環境によっては null でありうる。

    • Optional option: any

      game.jsonに指定されたこのプラグイン向けのオプション

    Returns OperationPlugin

Properties

isSupported: (() => boolean)

Type declaration

    • (): boolean
    • 実行環境がこのpluginをサポートしているか返す。

      Returns boolean

Generated using TypeDoc