A group label.

interface GroupLabel {
    text?: string;
    title?: string;
    type?: string;
}

Properties

Properties

text?: string

The group label name.

title?: string

The title of the group label.

type?: string

The type of the group label.