variant types for options are incomplete #10

Open
opened 2024-01-29 22:59:32 +01:00 by swrup · 0 comments
Owner

TODO variant types for options are incomplete
for now some options type such as Marker.marker_opt are not complete.
but I don't care much and don't use it.

we can use polymorphic variant for all the options
there is lots of inheritance stuff going on with options in the various types. maybe polymorphic variant can help.
normal variant but with all the options would be fine too

TODO variant types for options are incomplete for now some options type such as Marker.marker_opt are not complete. but I don't care much and don't use it. we can use polymorphic variant for all the options there is lots of inheritance stuff going on with options in the various types. maybe polymorphic variant can help. normal variant but with all the options would be fine too
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: swrup/leaflet#10
No description provided.