Layout Props #68
Reference in New Issue
Block a user
No description provided.
Delete Branch "props"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can now pass props when loading a layout e.g.
:loadLayout("layout.xml", {someProp="hello", anotherProp="world"})These can be accessed within the layout using all the usual methods, including Reactive Properties e.g.
<label text={props.label} />