Signature
Interface UseTimelineKeyboardResultProperties
| Name | Signature | Description |
|---|---|---|
bindings | bindings: TimelineKeyboardBindings | Bindings currently used by the scope. |
getCommandForEvent | (event: TimelineKeyboardEventLike): TimelineKeyboardCommand | null | Resolves a keyboard event to a command using the current bindings. |
scopeProps | scopeProps: HTMLAttributes<HTMLDivElement> | Props for a focus-scoped keyboard shortcut container. |