Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BoxShadow

Hierarchy

  • BoxShadow

Implements

Index

Constructors

constructor

Properties

blurRadius

blurRadius: Length

color

color: Color

inset

inset: boolean

next

next: BoxShadow | null

offsetX

offsetX: Length

offsetY

offsetY: Length

spreadRadius

spreadRadius: Length

Methods

and

equals

  • equals(that: unknown): boolean

isDefined

  • isDefined(): boolean

toString

  • toString(): string

Static form

Static fromAny

Static fromValue

  • fromValue(value: Value): BoxShadow | undefined

Static none

Static of

Static parse