Skip to main content

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

NameTypeDescriptionDefined in
children?ReactNodeShortcut children to add to this controllerjsx.ts:366

See

x.ShortcutController for usage examples