Interface PluginAPI

interface PluginAPI {
    dir: string;
    filepath: string;
    store: ElectronStore<Record<string, unknown>>;
}

Properties

Properties

dir: string
filepath: string
store: ElectronStore<Record<string, unknown>>