Skip to main content
Version: 1.x

ContainerProps

ContainerProps

Represents the properties for a container component.

Signature
interface ContainerProps extends Omit<
ContainerComponentData,
'type' | 'components' | 'accentColor'
> {
accentColor?: ColorResolvable;
children?: ComponentBuilder[];
}
  • Extends: Omit< ContainerComponentData, 'type' | 'components' | 'accentColor' >

accentColor

property
ColorResolvable

children

property
ComponentBuilder[]