OfAttributeSelector

A CSS rule that represents an attribute selector.

For example, passing in "aria-disabled" would result in: [aria-disabled]

Constructors

Link copied to clipboard
constructor(attributeSelector: String)

Functions