-
How can I add a property within a composite in the Style Manager using an API? Is there any possibility to do this? I know the addProperty method works, but since a composite is also a property, I want to add a sub-child property to it. |
Beta Was this translation helpful? Give feedback.
Answered by
artf
May 25, 2024
Replies: 1 comment
-
You should be able to access sub-properties and add a new one compositeProperty.properties.add({ type: 'number', ... }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RakulAgn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to access sub-properties and add a new one