addValue
string | array
void
example.addValue('react')
example.addValue('vue,svelte')
example.addValue(['solid', 'qwik'])
removeValue
example.removeValue('react')
example.removeValue('vue,svelte')
example.removeValue(['solid', 'qwik'])
getValue
null
string
example.getValue()
getValues
array
example.getValues()