toggle menu
fritz2
js
switch theme
search in API
headless
/
dev.fritz2.headless.components
/
Combobox
/
SelectionStrategyProperty
Selection
Strategy
Property
js
inner
class
SelectionStrategyProperty
:
Property
<
(
String
,
Sequence
<
T
>
)
->
Combobox.QueryResult
<
T
>
>
Members
Constructors
Selection
Strategy
Property
Link copied to clipboard
js
constructor
(
)
Properties
is
Set
Link copied to clipboard
js
val
isSet
:
Boolean
value
Link copied to clipboard
js
open
var
value
:
(
String
,
Sequence
<
T
>
)
->
Combobox.QueryResult
<
T
>
?
Functions
auto
Select
Match
Link copied to clipboard
js
fun
autoSelectMatch
(
)
manual
Link copied to clipboard
js
fun
manual
(
)
use
Link copied to clipboard
js
fun
use
(
item
:
(
String
,
Sequence
<
T
>
)
->
Combobox.QueryResult
<
T
>
)