CSS
Last updated
Was this helpful?
Last updated
Was this helpful?
UI Control Properties can be placed inside of any Template files, including HTML, CSS, and Javascript files.
For example in your Properties.json file you can add the a text field, and then reference that value in your Template files, including HTML, CSS, and Javascript.
In your Template file you can reference the text field by using double brackets and the ID name.
Anything set in rw.setProps is also available to all Templates files in your component.