interface TextDisplayComponentData {
    content: string;
    id?: number;
    type: ComponentType;
}

Hierarchy (View Summary)

Properties

Properties

content: string
id?: number