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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In my app we have a component library where its possible to clone an existing component but getting the component used by a panel can only be accessed via the toJSON api.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like to be able to do the above without needing to go via the toJSON api. Potentially just adding the component to the public api of the panel? panel.component?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In my app we have a component library where its possible to clone an existing component but getting the component used by a panel can only be accessed via the toJSON api.
Example working code:
I also may be missing something in the API.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I'd like to be able to do the above without needing to go via the toJSON api. Potentially just adding the component to the public api of the panel?
panel.component
?Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: