Skip to content

Multiselect.addElement method

Multiselect › addElement

Unofficial

Add a new element to the multiselect.

Signature:

addElement(value: string): boolean

Parameters:

Parameter Type Description
value string the value of the element.

Returns: booleantrue if the element was added, false otherwise.