API Reference > imodeljs-frontend > QuantityFormatting > TextSelectFormatPropEditorSpec TextSelectFormatPropEditorSpec Interface Beta TextSelectFormatPropEditorSpec defines getter and setter method for a Select/Dropdown property editor. Extends CustomFormatPropEditorSpec Methods Name Description getString(props: FormatProps): string setString(props: FormatProps, value: string): FormatProps Properties Name Type Description editorType "select" selectOptions { label: string, value: string }[] Inherited properties Name Type Inherited from Description label string CustomFormatPropEditorSpec Defined in core/frontend/src/quantity-formatting/QuantityFormatter.ts Line 98 Last Updated: 12 June, 2024