Preview environment

interface APISectionComponent

export interface APISectionComponent extends APIBaseComponent<ComponentType.Section>

components : APITextDisplayComponent[]

optional
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

type : T

The type of the component

Inherited from: APIBaseComponent