Type alias DoqryAttribute

DoqryAttribute: readonly [string] | readonly [string, Operator, string, Flag?]

Structured CSS attribute selector.

Can be one of:

  • an attribute name representing selector like [attribute], or
  • a tuple consisting of attribute name, operator, value, and optional flag representing selector like [attribute^="value" i];

Generated using TypeDoc