featuresetId property

String? featuresetId
getter/setter pair

An optional unique identifier for the featureset within the style. This id is used to reference a specific featureset.

  • Note: If featuresetId is provided and valid, it takes precedence over layerId,
  • meaning layerId will not be considered even if it has a valid value.

Implementation

String? featuresetId;