You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not possible anymore as we restrict the exports of the library to the properties provider and the hooks (cf. index.js).
Re-using single property definitions without using the existing properties provider might be a use case we did not focus on while making the migration to the new framework. This is baked by this recent forum thread.
Describe the solution you'd like
Make it easier to re-use single properties, e.g. by exporting them.
Describe alternatives you've considered
Do nothing as this is not something we want because the properties only make sense in the respective properties provider.
I'd argue against that as the properties definitions are built to also work independently.
Is your feature request related to a problem? Please describe
In the
0.x
series of the properties panel, it was possible to re-use existing, individual properties and compose them in a custom properties provider.This is not possible anymore as we restrict the exports of the library to the properties provider and the hooks (cf.
index.js
).Re-using single property definitions without using the existing properties provider might be a use case we did not focus on while making the migration to the new framework. This is baked by this recent forum thread.
Describe the solution you'd like
Make it easier to re-use single properties, e.g. by exporting them.
Describe alternatives you've considered
Do nothing as this is not something we want because the properties only make sense in the respective properties provider.
I'd argue against that as the properties definitions are built to also work independently.
Additional context
Cf. this forum post
The text was updated successfully, but these errors were encountered: