-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently there are some minor issue with the types of the geostyler-style. We should check if we can improve these types without breaking changes.
-
GeoStylerFunctionis a union type of all functions. This leads to issues with the (currently two) functions that don't haveargs. In particular TypesScript says that aGeoStylerFunctionhas no propertyargsunless you exclude the functions withoutargs. We should avoid adding an empty array as args but find a TypeScript way for this. -
PropertyTypeincludesunknown. This translates toPropertyType=unknownwhich is obviously not perfect.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request