A group label.

interface GroupLabel {
    text?: string;
    title?: string;
    type?: "ADMIN" | "SINGLE" | "MULTIPLE";
}

Properties

Properties

text?: string

The group label name.

title?: string

The title of the group label.

type?: "ADMIN" | "SINGLE" | "MULTIPLE"

The type of the group label.