The definition of the attribute option.

AttributeOption

interface AttributeOption {
    description?: string;
    value?: string;
}

Properties

Properties

description?: string

The description of the attribute value.

AttributeOption

value?: string

The possible values for the attribute option.

AttributeOption