Feature that need its style to be defined.
The style to use
The style label when one has to be created
OptionalfilterEquation: FilterNodeType[]Filter equation associated to the layer.
OptionallegendFilterIsOff: booleanWhen true, do not apply legend filter.
OptionalaliasLookup: TypeAliasLookupAn optional lookup table to handle field name aliases.
OptionalcallbackWhenCreatingStyle: (geometryType: TypeStyleGeometry, style: TypeLayerStyleConfigInfo) => voidAn optional callback to execute when a new style had to be created
The style applied to the feature or undefined if not found.
This method gets the style of the feature using the layer entry config. If the style does not exist for the geometryType, create it using the default style strategy.