Type alias DoqryPicker

DoqryPicker: readonly (DoqryPicker.Part | DoqryCombinator)[]

CSS picker is a structured CSS selector in normalized form.

This is an array of CSS picker parts and combinators between them. Combinators do not follow each other. The last item is never a combinator.

A picker never contains empty parts.

Generated using TypeDoc