Interface OptionValueEmpty

Represents an unknown option or an option which has a default value. Subtype of OptionValue.

interface OptionValueEmpty {
    @type: "optionValueEmpty";
}

Properties

Properties

@type: "optionValueEmpty"