Interface TextDisplayComponent

interface TextDisplayComponent {
    content: string;
    id?: number;
    type: TEXT;
}

Hierarchy (view full)

Properties

Properties

content: string
id?: number

Autoincremented number if not provided

type: TEXT