Preparing search index...
The search index is not available
@vcmap/core
@vcmap/core
SelectFeatureInteraction
Interface SelectFeatureInteraction
interface
SelectFeatureInteraction
{
selected
:
Feature
<
Geometry
>
[]
;
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
has
Feature
Id
(
id
)
:
boolean
Parameters
id
:
string
Returns
boolean
set
Selected
set
Selected
(
features
)
:
Promise
<
void
>
Parameters
features
:
SelectableFeatureType
|
SelectableFeatureType
[]
Returns
Promise
<
void
>
Properties
Readonly
selected
selected
:
Feature
<
Geometry
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
has
Feature
Id
set
Selected
Properties
selected
@vcmap/core
Loading...