interface Label {
    id?: string;
    text?: string;
}

Properties

Properties

id?: string
text?: string

Generated using TypeDoc