Hierarchy

  • WideEntry

Properties

Type declaration

inherit: internal.StyleObject<{}>

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

initial: internal.StyleObject<{}>

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

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

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

Type declaration

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

      Parameters

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

      Returns internal.StyleObject<{}>