@vcmap/core
Preparing search index...
SelectFeatureInteraction
Interface SelectFeatureInteraction
interface
SelectFeatureInteraction
{
selected
:
Feature
<
Geometry
,
{
[
x
:
string
]:
any
}
>
[]
;
hasFeatureId
(
id
:
string
)
:
boolean
;
setSelected
(
features
:
SelectableFeatureType
|
SelectableFeatureType
[]
,
)
:
Promise
<
void
>
;
}
Implemented by
SelectMultiFeatureInteraction
SelectSingleFeatureInteraction
Index
Methods
has
Feature
Id
set
Selected
Properties
selected
Methods
has
Feature
Id
hasFeatureId
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
set
Selected
setSelected
(
features
:
SelectableFeatureType
|
SelectableFeatureType
[]
,
)
:
Promise
<
void
>
Parameters
features
:
SelectableFeatureType
|
SelectableFeatureType
[]
Returns
Promise
<
void
>
Properties
Readonly
selected
selected
:
Feature
<
Geometry
,
{
[
x
:
string
]:
any
}
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
has
Feature
Id
set
Selected
Properties
selected
@vcmap/core
Loading...