Closed Jand42 closed 2 years ago
New attribute on templates, ws-anchor="AnchorName" marks an element that can be looked up inside event handlers using TemplateInstance lambda argument, as .Anchors.AnchorName.
ws-anchor="AnchorName"
TemplateInstance
.Anchors.AnchorName
@Jand42 Looks good to me, but there is a merge conflict with the changes from #84.
New attribute on templates,
ws-anchor="AnchorName"
marks an element that can be looked up inside event handlers usingTemplateInstance
lambda argument, as.Anchors.AnchorName
.