DropDownCommand.onInit method
DropDownCommand › onInit
Called once with the created dropdown component, to initialize its options and state.Signature:
onInit(dropdownComponent: DropdownComponent): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| dropdownComponent | DropdownComponent | The created dropdown component. |
Returns: void