Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
RuntimeSelectionInteractionOptions
Interface RuntimeSelectionInteractionOptions
interface
RuntimeSelectionInteractionOptions
{
multiSelect
?:
boolean
;
onChange
?:
(
(
selectedIds
:
ReadonlySet
<
string
|
number
>
)
=>
void
)
;
onSelectionTargetsChange
?:
(
(
selectedTargets
:
readonly
SourceQualifiedFeatureSelectionTarget
[]
)
=>
void
)
;
sourceId
?:
string
;
sourceLayer
?:
string
;
stateKey
?:
string
;
}
Hierarchy (
view full
)
RuntimeSelectionInteractionOptions
RuntimeExplorationSelectionOptions
Index
Properties
multi
Select?
on
Change?
on
Selection
Targets
Change?
source
Id?
source
Layer?
state
Key?
Properties
Optional
Readonly
multi
Select
multi
Select
?:
boolean
Optional
Readonly
on
Change
on
Change
?:
(
(
selectedIds
:
ReadonlySet
<
string
|
number
>
)
=>
void
)
Optional
Readonly
on
Selection
Targets
Change
on
Selection
Targets
Change
?:
(
(
selectedTargets
:
readonly
SourceQualifiedFeatureSelectionTarget
[]
)
=>
void
)
Optional
Readonly
source
Id
source
Id
?:
string
Optional
Readonly
source
Layer
source
Layer
?:
string
Optional
Readonly
state
Key
state
Key
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
multi
Select
on
Change
on
Selection
Targets
Change
source
Id
source
Layer
state
Key
@honua/sdk-js
Loading...