Skip to content

DropDownCommand.onChange method

DropDownCommand › onChange

Called when the dropdown value changes.

Signature:

onChange(value: string): void

Parameters:

ParameterTypeDescription
valuestringThe newly selected value.

Returns: void