OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface PluginAPI

    interface PluginAPI {
        dir: string;
        filepath: string;
        log: PluginLogger;
        store: ElectronStore;
    }
    Index

    Properties

    Properties

    dir: string
    filepath: string

    plugin.log へ出力するプラグイン専用ロガー

    store: ElectronStore