OpenFin Workspace API
    Preparing search index...

    Interface CLIBuiltInAction<T>

    An action that is built into Home.

    interface CLIBuiltInAction<T extends CLIAction> {
        hotkey?: string;
        name: T;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    hotkey?: string
    name: T