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 Parameter | Default type |
|---|---|
I extends ComponentId | - |
C | OrderComponent<I> |
Indexable#
[key: string]: unknownProperties#
| Property | Type | Description | Inherited from |
|---|---|---|---|
id | I | - | OrderComponent.id |
key? | string | - | OrderComponent.key |
children? | (OrderComponentWithChildren<I, C> | I | C)[] |