Package-level declarations

Types

Link copied to clipboard
external object CSS
Link copied to clipboard
Link copied to clipboard
open external class CSSConditionRule : CSSGroupingRule

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external class CSSGroupingRule : CSSRule

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
external class CSSKeyframeRule : CSSRule

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 = Any
Link copied to clipboard
open external class CSSKeywordValue(value: String) : CSSStyleValue
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external class CSSMathClamp(lower: CSSNumberish, value: CSSNumberish, upper: CSSNumberish) : CSSMathValue
Link copied to clipboard
Link copied to clipboard
open external class CSSMathMax(values: CSSNumberish) : CSSMathValue
Link copied to clipboard
open external class CSSMathMin(values: CSSNumberish) : CSSMathValue
Link copied to clipboard
Link copied to clipboard
sealed external interface CSSMathOperator
Link copied to clipboard
Link copied to clipboard
open external class CSSMathSum(values: CSSNumberish) : CSSMathValue
Link copied to clipboard
Link copied to clipboard
open external class CSSMatrixComponent(matrix: DOMMatrixReadOnly, options: CSSMatrixComponentOptions = definedExternally) : CSSTransformComponent
Link copied to clipboard
external interface CSSMatrixComponentOptions
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
external class CSSNamespaceRule : CSSRule

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
Link copied to clipboard
typealias CSSNumberish = Any
Link copied to clipboard
Link copied to clipboard
sealed external interface CSSNumericBaseType
Link copied to clipboard
external interface CSSNumericType
Link copied to clipboard
Link copied to clipboard
external class CSSPageRule : CSSGroupingRule

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 external 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 external class CSSScale(x: CSSNumberish, y: CSSNumberish, z: CSSNumberish = definedExternally) : CSSTransformComponent
Link copied to clipboard
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
external class CSSStyleRule : CSSGroupingRule

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 external class CSSStyleSheet(options: CSSStyleSheetInit = definedExternally) : StyleSheet

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

Link copied to clipboard
external interface CSSStyleSheetInit
Link copied to clipboard
open external class CSSStyleValue
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
Link copied to clipboard
open external class CSSUnitValue(value: Double, unit: String) : CSSNumericValue
Link copied to clipboard
Link copied to clipboard
open external class CSSVariableReferenceValue(variable: String, fallback: CSSUnparsedValue? = definedExternally)
Link copied to clipboard
Link copied to clipboard
external interface ElementCSSInlineStyle
Link copied to clipboard
external interface LinkStyle
Link copied to clipboard
Link copied to clipboard
external class MediaQueryList : EventTarget

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
open external class MediaQueryListEvent(val type: EventType<MediaQueryListEvent>, init: MediaQueryListEventInit = definedExternally) : Event
Link copied to clipboard
external interface MediaQueryListEventInit : EventInit
Link copied to clipboard
external interface PropertyDefinition
Link copied to clipboard
Link copied to clipboard
open external class StyleSheet

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

Link copied to clipboard

A list of StyleSheet.

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

Events providing information related to transitions.

Link copied to clipboard
external interface TransitionEventInit : EventInit

Functions

Link copied to clipboard