featuresetId property
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 overlayerId
, - meaning
layerId
will not be considered even if it has a valid value.
Implementation
String? featuresetId;