turbodombuilder - v0.9.5
Preparing search index...
TurboSelectProperties
Type Alias TurboSelectProperties<ValueType, SecondaryValueType, EntryType>
type
TurboSelectProperties
<
ValueType
=
string
,
SecondaryValueType
=
string
,
EntryType
extends
object
=
HTMLElement
,
>
=
{
selectedEntryClasses
?:
string
|
string
[]
;
entries
?:
HTMLCollection
|
NodeList
|
EntryType
[]
;
values
?:
(
ValueType
|
EntryType
)
[]
;
selectedValues
?:
ValueType
[]
;
getValue
?:
(
entry
:
EntryType
)
=>
ValueType
;
getSecondaryValue
?:
(
entry
:
EntryType
)
=>
SecondaryValueType
;
createEntry
?:
(
value
:
ValueType
)
=>
EntryType
;
onEntryAdded
?:
(
entry
:
EntryType
,
index
:
number
)
=>
void
;
multiSelection
?:
boolean
;
forceSelection
?:
boolean
;
inputName
?:
string
;
parent
?:
Element
;
onSelect
?:
(
b
:
boolean
,
entry
:
EntryType
,
index
:
number
)
=>
void
;
onEnabled
?:
(
b
:
boolean
,
entry
:
EntryType
,
index
:
number
)
=>
void
;
}
Type Parameters
ValueType
=
string
SecondaryValueType
=
string
EntryType
extends
object
=
HTMLElement
Index
Properties
selected
Entry
Classes?
entries?
values?
selected
Values?
get
Value?
get
Secondary
Value?
create
Entry?
on
Entry
Added?
multi
Selection?
force
Selection?
input
Name?
parent?
on
Select?
on
Enabled?
Properties
Optional
selected
Entry
Classes
selectedEntryClasses
?:
string
|
string
[]
Optional
entries
entries
?:
HTMLCollection
|
NodeList
|
EntryType
[]
Optional
values
values
?:
(
ValueType
|
EntryType
)
[]
Optional
selected
Values
selectedValues
?:
ValueType
[]
Optional
get
Value
getValue
?:
(
entry
:
EntryType
)
=>
ValueType
Optional
get
Secondary
Value
getSecondaryValue
?:
(
entry
:
EntryType
)
=>
SecondaryValueType
Optional
create
Entry
createEntry
?:
(
value
:
ValueType
)
=>
EntryType
Optional
on
Entry
Added
onEntryAdded
?:
(
entry
:
EntryType
,
index
:
number
)
=>
void
Optional
multi
Selection
multiSelection
?:
boolean
Optional
force
Selection
forceSelection
?:
boolean
Optional
input
Name
inputName
?:
string
Optional
parent
parent
?:
Element
Optional
on
Select
onSelect
?:
(
b
:
boolean
,
entry
:
EntryType
,
index
:
number
)
=>
void
Optional
on
Enabled
onEnabled
?:
(
b
:
boolean
,
entry
:
EntryType
,
index
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
selected
Entry
Classes
entries
values
selected
Values
get
Value
get
Secondary
Value
create
Entry
on
Entry
Added
multi
Selection
force
Selection
input
Name
parent
on
Select
on
Enabled
turbodombuilder - v0.9.5
Loading...