Abstract
Readonly
Abstract
readAn AfterEvent
keeper of CSS properties.
The [AfterEvent__symbol]
property is an alias of this one.
Abstract
addAppends CSS properties to the references CSS rule.
CSS properties specifier.
this
rule instance.
Clears CSS properties of the referenced rule.
Calling this method is the same as calling set()
without properties.
this
rule instance.
Abstract
setSets CSS properties of the referenced rule.
Optional
properties: Partial<StypProperties<T>> | EventKeeper<[Partial<StypProperties<T>>]>CSS properties specifier. Or nothing to clear them.
this
rule instance.
Generated using TypeDoc
A type safe reference to CSS rule.
Allows to access an modify CSS properties of the rule in a type safe manner.
Typeparam
T CSS properties structure of referenced rule.