References to tags or DOM elements
nested custom tags
Extend tag with functionality available on shared mixin registered with riot.mixin(mixinName, mixinObject)
or extend tag functionality with functionality available on provided mixin object.
Name of shared mixin or mixin object
Mount the tag
For specified event remove specified callback or all registered callbacks if callback is not passed in
Event name or wildcard '*' that matches all events
Callback function to remove
Register callback for specified events. Callback is executed each time event is triggered
Event name or wildcard '*' that matches all events
Callback function
aliases are available here
Register callback for specified events. Callback is executed at most once.
Event name.
Callback function
Execute all callback functions registered for specified list of events
Event name
Arguments provided to callbacks
Detach the tag and its children from the page.
If true
unmounting tag doesn't remove the parent tag
Updates all the expressions on the current tag instance as well as on all the children.
Context data
Generated using TypeDoc
the parent tag if any