Home > @activeviam/activeui-sdk > ReactContainerImplementationStaticProperties
ReactContainerImplementationStaticProperties interface
Signature:
export interface ReactContainerImplementationStaticProperties
Properties
Property | Type | Description |
---|---|---|
category | ContainerCategory | The category of the container. Defaults to 'misc'. |
choosableFromUI | boolean | Whether the container should appear in the container chooser. Defaults to true . |
component | React.ComponentType<ReactContainerComponentProps> | The React component used to render the container. |
iconKey | PluginKey | The icon of the container. Defaults to 'common.world'. |
initialValue | ContainerValue<ReactContainerBody> | The initial configuration of the container, used as default bookmark whenever the container is first created. If not specified, it will be empty, with just the container key defined. |