Match
interface
An object representing matched element parts.
Properties
-
attributes : Array<tuple> | undefined
module:engine/view/matcher~Match#attributes
Array 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 | undefined
module:engine/view/matcher~Match#name
True if name of the element was matched.