Skip to main content

flywave-mapview.datasource.getfeaturestate

Home > @flywave/flywave-mapview > DataSource > getFeatureState

DataSource.getFeatureState() method

Gets the state of the given feature id.

Signature:

getFeatureState(featureId: number | string): ValueMap | undefined;

Parameters

Parameter

Type

Description

featureId

number | string

The id of the feature. Id numbers are deprecated in favor of strings.

Returns:



ValueMap \| undefined