OneSDK
    Preparing search index...

    Interface PluginAPI

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

    Properties

    Properties

    dir: string
    filepath: string
    store: ElectronStore