Match
interface
An object representing matched element parts.
Properties
attributes : Array<tuple> | undefinedmodule:engine/view/matcher~Match#attributesArray of matching tuples: attribute name, and optional token for tokenized attributes. Note that there could be multiple entries for the same attribute with different tokens (class names or style properties).
name : boolean | undefinedmodule:engine/view/matcher~Match#nameTrue if name of the element was matched.