Package-level declarations

Types

Link copied to clipboard
object CSS
Link copied to clipboard
Link copied to clipboard

A single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule.

Link copied to clipboard
Link copied to clipboard

Any CSS at-rule that contains other rules nested within it.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An object representing a set of style for a given keyframe. It corresponds to the contains of a single keyframe of a @keyframes at-rule. It implements the CSSRule interface with a type value of 8 (CSSRule.KEYFRAME_RULE).

Link copied to clipboard

An object representing a complete set of keyframes for a CSS animation. It corresponds to the contains of a whole @keyframes at-rule. It implements the CSSRule interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).

Link copied to clipboard
typealias CSSKeywordish = JsAny
Link copied to clipboard
Link copied to clipboard
open class CSSMathClamp(lower: CSSNumberish, value: CSSNumberish, upper: CSSNumberish) : CSSMathValue
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface CSSMathOperator
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE).

Link copied to clipboard

An object representing a single CSS @namespace at-rule. It implements the CSSRule interface, with a type value of 10 (CSSRule.NAMESPACE_RULE).

Link copied to clipboard
typealias CSSNumberish = JsAny
Link copied to clipboard
sealed interface CSSNumericBaseType
Link copied to clipboard
interface CSSNumericType
Link copied to clipboard
Link copied to clipboard

CSSPageRule is an interface representing a single CSS @page rule. It implements the CSSRule interface with a type value of 6 (CSSRule.PAGE_RULE).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class CSSRule

A single CSS rule. There are several types of rules, listed in the Type constants section below.

Link copied to clipboard

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.

Link copied to clipboard
open class CSSScale(var x: CSSNumberish, var y: CSSNumberish, var z: CSSNumberish = definedExternally) : CSSTransformComponent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An object that is a CSS declaration block, and exposes style information and various style-related methods and properties.

Link copied to clipboard

CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

Link copied to clipboard
open class CSSStyleSheet(options: CSSStyleSheetInit = definedExternally) : StyleSheet

A single CSS style sheet. It inherits properties and methods from its parent, StyleSheet.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An object representing a single CSS @supports at-rule. It implements the CSSConditionRule interface, and therefore the CSSRule and CSSGroupingRule interfaces with a type value of 12 (CSSRule.SUPPORTS_RULE).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class CSSTranslate(var x: CSSNumericValue, var y: CSSNumericValue, var z: CSSNumericValue = definedExternally) : CSSTransformComponent
Link copied to clipboard
open class CSSUnitValue(var value: Double, val unit: String) : CSSNumericValue
Link copied to clipboard
Link copied to clipboard
open class CSSVariableReferenceValue(var variable: String, val fallback: CSSUnparsedValue? = definedExternally)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface LinkStyle
Link copied to clipboard

Stores information on a media query applied to a document, and handles sending notifications to listeners when the media query state change (i.e. when the media query test starts or stops evaluating to true).

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class StyleSheet

A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.

Link copied to clipboard
Link copied to clipboard
open class TransitionEvent(val type: EventType<TransitionEvent>, init: TransitionEventInit = definedExternally) : Event

Events providing information related to transitions.

Link copied to clipboard

Functions

Link copied to clipboard