Skip to content

DropDownCommand.onInit method

DropDownCommand › onInit

Called once with the created dropdown component, to initialize its options and state.

Signature:

onInit(dropdownComponent: DropdownComponent): void

Parameters:

ParameterTypeDescription
dropdownComponentDropdownComponentThe created dropdown component.

Returns: void