Type alias DoqryPureSelector

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

Pure 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 pure CSS picker.

This is the base of structured CSS selector. In contrast to the latter it does not support qualifiers.

Generated using TypeDoc