Interface LabelDescription

Represents an object that can be used to configure a label.

interface LabelDescription {
    show?: boolean;
    text?: string;
}

Properties

Properties

show?: boolean

Optional property that determines whether to show this label.

text?: string

An optional text to be displayed.

Generated using TypeDoc