Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
runtime
RuntimeExplorationSelectionOptions
Interface RuntimeExplorationSelectionOptions
interface
RuntimeExplorationSelectionOptions
{
multiSelect
?:
boolean
;
onChange
?:
(
(
selectedIds
:
ReadonlySet
<
string
|
number
>
)
=>
void
)
;
onSelectionTargetsChange
?:
(
(
selectedTargets
:
readonly
SourceQualifiedFeatureSelectionTarget
[]
)
=>
void
)
;
replaceSelection
?:
boolean
;
sourceId
?:
string
;
sourceLayer
?:
string
;
stateKey
?:
string
;
}
Hierarchy (
view full
)
RuntimeSelectionInteractionOptions
RuntimeExplorationSelectionOptions
Index
Properties
multi
Select?
on
Change?
on
Selection
Targets
Change?
replace
Selection?
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
replace
Selection
replace
Selection
?:
boolean
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
replace
Selection
source
Id
source
Layer
state
Key
@honua/sdk-js
Loading...