Skip to content

Instance Property

tags

A keyed dictionary of custom LeafTags to extend Leaf’s basic functionality, registered with the names which will call them when rendering - eg tags["tagName"] can be used in a template as #tagName(parameters)
let tags: [String : any LeafTag]