Preview environment

interface APITextDisplayComponent

export interface APITextDisplayComponent extends APIBaseComponent<ComponentType.TextDisplay>

content : string

optional
id? : number

int32, auto generated via increment if not provided

Inherited from: APIBaseComponent

type : T

The type of the component

Inherited from: APIBaseComponent