Interface OptionValueInteger

Represents an integer option. Subtype of OptionValue.

interface OptionValueInteger {
    @type: "optionValueInteger";
    value: string;
}

Properties

Properties

@type: "optionValueInteger"
value: string

The value of the option.