Type Alias: ShortcutControllerProps
ShortcutControllerProps =
ShortcutControllerNodeProps&object
Defined in: jsx.ts:364
Props for the ShortcutController element in JSX.
Extends the base ShortcutControllerProps with support for children.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
children? | ReactNode | Shortcut children to add to this controller | jsx.ts:366 |
See
x.ShortcutController for usage examples