interface KeybindingActionBinding {
    index: number;
    key: string;
    modifiers: string[];
}

Properties

Properties

index: number

A numeric index which tracks this bindings position during form rendering

key: string
modifiers: string[]

An array of modifiers keys from KeyboardManager.MODIFIER_KEYS which are required for this binding to be activated