vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CustomShortcut

    interface CustomShortcut {
        action: string;
        active: boolean;
        description?: string;
        eventName: string;
        keyCommand: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string
    active: boolean
    description?: string
    eventName: string
    keyCommand: string