Type alias DoqrySelector

DoqrySelector: string | DoqrySelector.Part | readonly (string | DoqrySelector.Part | DoqryCombinator)[]

Structured CSS selector.

Can be one of:

  • raw CSS selector text,
  • CSS selector part, or
  • an array consisting of strings, parts, and their combinators.

A structured CSS selector can be normalized to transform it to CSS picker.

Generated using TypeDoc