Interface OperationPluginStatic

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

interface OperationPluginStatic {
    new OperationPluginStatic(
        game: any,
        viewInfo: null | OperationPluginViewInfo,
        option?: any,
    ): OperationPlugin;
    isSupported: () => boolean;
}

Constructors

Properties

Constructors

Properties

isSupported: () => boolean

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