Octra libraries - v2.0.0
    Preparing search index...

    Interface ShortcutGroup

    defines a group of shortcuts

    interface ShortcutGroup {
        enabled: boolean;
        items: Shortcut[];
        name: string;
    }
    Index

    Properties

    Properties

    enabled: boolean
    items: Shortcut[]
    name: string