Signature
getTimelineKeyboardCommand(event: TimelineKeyboardEventLike, bindings: TimelineKeyboardBindings): TimelineKeyboardCommand | nullParameters
| Name | Type | Description |
|---|---|---|
| event | TimelineKeyboardEventLike | Keyboard event fields to match. |
| bindings | TimelineKeyboardBindings | Command bindings to search. |
Returns
TimelineKeyboardCommand | null
The matched command, or `null` when no binding applies.