Skip to main content

Interface: IDropdownPropertyItemMixIn

Dropdown property item specific functionality

Methods

updateDropdownItems()

updateDropdownItems(dropdownItems, newValue): void

Parameters

ParameterType
dropdownItemsIDropdownItem[]
newValuenumber

Returns

void

Remarks

Used to update the Dropdown options in the control. Will trigger onChange with -1 as the old value due to the list changing entries.