The category that applies to a given label.

interface LabelCategory {
    Name?: string;
}

Properties

Properties

Name?: string

The name of a category that applies to a given label.