Search
Loading...
Skip to content

Interface: OrderComponentWithChildren

Represents a custom dock component.

The CustomDockComponent interface defines the structure of a custom dock component. It includes properties for the ID and payload.

Extends#

Type Parameters#

Type ParameterDefault type
I extends ComponentId-
COrderComponent<I>

Indexable#

[key: string]: unknown

Properties#

PropertyTypeDescriptionInherited from
idI-OrderComponent.id
key?string-OrderComponent.key
children?(OrderComponentWithChildren<I, C>IC)[]