interface ContainerComponentData
extends
BaseComponentDataexport interface ContainerComponentData<ComponentType extends JSONEncodable<APIComponentInContainer> | ComponentInContainerData =  | JSONEncodable<APIComponentInContainer>  | ComponentInContainerData,> extends BaseComponentDataType Parameters
optionalComponentType? extends JSONEncodable<APIComponentInContainer> | ComponentInContainerData = | JSONEncodable<APIComponentInContainer>  | ComponentInContainerData
optionalaccentColor? : number 
The accent color of this container
components : readonly ComponentType[]
The components in this container
optionalspoiler? : boolean 
Whether the container should be spoilered