Support for combo classes
The Designer API now supports the creation of combo classes. Combo classes are a way to override the styles of an existing parent class. This is useful for creating unique variations of a style without having to create an entirely new class.
In the Designer API, you can now create combo classes using the createStyle
method and passing an existing style to the parent
property. For example, if you have a parent class called button
and you want to create a new style that applies a different color for a specific button, you can do the following:
my-app.ts
Form and asset methods
Additionally, the Designer API now supports the following methods for forms and assets:
Forms
Assets