Optional
Readonly
$Array of qualifiers.
Either absent, or non-empty and containing non-empty qualifiers sorted alphabetically.
Optional
Readonly
cArray of element class names.
Either absent, or non-empty and containing non-empty class names sorted alphabetically.
Optional
Readonly
eElement name.
This is the same as *
when absent. Unless the part contains only sub-selectors, and the first one is either
a pseudo-class or a pseudo-element.
Optional
Readonly
iElement identifier.
Optional
Readonly
nsElement namespace.
Optional
Readonly
sRaw CSS selector text to append to the end.
When all other properties are omitted this one represents a raw CSS selector text. Otherwise it is appended to other selector parts representation.
Optional
Readonly
uArray of sub-pickers, each of which represents either attribute selector, pseudo-class, or pseudo-element.
Either absent or non-empty.
Generated using TypeDoc
A part of the structured CSS picker.
It is a structured CSS selector part that:
*
element,foo:bar=baz
is exposed as three qualifiers:foo
,foo:bar
, andfoo:bar=baz