Interface WideEntry

Hierarchy

  • WideEntry

Properties

calc: ((...params: [expr: string | number | CSSDimensionObject & { type: CSSAngleType } | CSSDimensionObject & { type: "percent" } | CSSDimensionObject & { type: CSSLengthType } | CSSDimensionObject & { type: CSSTimeType } | CSSDimensionObject & { type: CSSResolutionType }]) => StyleObject<{}>)

Type declaration

inherit: StyleObject<{}>

Represents the computed value of the property on the element's parent.

initial: StyleObject<{}>

Represents the value specified as the property's initial value.

unset: StyleObject<{}>

Acts as either inherit or initial, depending on whether the property is inherited or not.

var: ((...params: [name: string, defaultValue?: string]) => StyleObject<{}>)

Type declaration

    • (...params: [name: string, defaultValue?: string]): StyleObject<{}>
    • Evaluates the value of a custom variable.

      Parameters

      • Rest ...params: [name: string, defaultValue?: string]

      Returns StyleObject<{}>