Interface StypQuery

CSS rule query.

It may represent a selector like element-name#id.class1.classN with any of sub-parts omitted.

Queries are used to grab a subset of matching rules from StypRule.

All of its properties are optional.

Hierarchy

  • StypQuery

Properties

Properties

$?: string | readonly string[]

Qualifier or qualifiers.

c?: QualifiedName | readonly QualifiedName[]

Element class name or names.

e?: QualifiedName

Element name.

This is the same as * when absent.

i?: QualifiedName

Element identifier.

ns?: string | NamespaceDef

Element namespace.

Generated using TypeDoc