can
Version:
MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
13 lines (5 loc) • 311 B
Markdown
@typedef {{}} can.view.attrData
The data provided to [can.view.attr].
@option {can.view.Scope} scope The scope of the element.
@option {can.view.Options} options The mustache helpers and other non-data values passed to the template.
@option {String} attributeName The attribute name that was matched.