Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 430 Bytes

addOption.md

File metadata and controls

29 lines (15 loc) · 430 Bytes

@serenity-is/corelib / addOption

Function: addOption()

addOption(select, key, text): void

Adds an option to the select.

Parameters

select

HTMLSelectElement | ArrayLike<HTMLElement>

key

string

text

string

Returns

void

Defined in

src/q/html-compat.ts:15