Skip to main content

keybindingCommandId

function

Resolve the command id a binding points at, whether it was given a command value or a bare id. Registration machinery uses this while folding the mod. Mod authors already hold whichever form they passed in.

function keybindingCommandId(keybindingValue: Keybinding): string

Import

import { keybindingCommandId } from '@modular/sdk';

Notes

category
State