Skip to content

TypedDropdownComponent.setValue method

TypedDropdownComponent › setValue

Sets the value of the component.

Signature:

setValue(value: T | null): this

Parameters:

ParameterTypeDescription
valueT | nullThe value to set.

Returns: thisThe component.