Type alias: FeatureIdentifier¶
Ƭ FeatureIdentifier: Object
A feature identifier that is bound to a source
Type declaration¶
Name | Type | Description |
---|---|---|
id? |
string | number |
Unique id of the feature. |
source |
string |
The id of the vector or GeoJSON source for the feature. |
sourceLayer? |
string |
For vector tile sources, sourceLayer is required. |
Defined in¶
src/style/style.ts:67