
@typedef {Object} sp-select-field.types.SelectOption SelectOption
@memberof sp-select-field.types
@option {String} value The value of the dropdown. This is converted to a string inside the option tag.
@option {String} label The label to display in the select dropdown.
