Defined in: controllers/hotkey-hint.ts:6
Modifier hint controller. Getter arguments can read reactive host properties.
new HotkeyHintController(
host,
hotkey,
options): HotkeyHintController;Defined in: controllers/hotkey-hint.ts:11
Attaches to the host; getter arguments can read changing reactive properties.
ReactiveControllerHost
RegisterableHotkey | () => RegisterableHotkey
HeldModifierOptions | () => HeldModifierOptions
HotkeyHintController
get value(): boolean;Defined in: controllers/hotkey-hint.ts:20
Current visibility; combine with the action’s enabled state when rendering.
boolean
hostConnected(): void;Defined in: controllers/hotkey-hint.ts:25
Subscribes on connection and requests renders only when hint visibility changes.
void
ReactiveController.hostConnectedhostDisconnected(): void;Defined in: controllers/hotkey-hint.ts:39
Releases the subscription and clears cached visibility while disconnected.
void
ReactiveController.hostDisconnectedhostUpdate(): void;Defined in: controllers/hotkey-hint.ts:34
Re-evaluates getter arguments when host properties trigger an update.
void
ReactiveController.hostUpdate