cupertino-files / Gradient
Interface: Gradient
Defined in: src/tsd/style.ts:136
Properties
advanced?
optionaladvanced?:boolean
Defined in: src/tsd/style.ts:147
The inspector's advanced-gradient mode; fresh gradients state false.
angle?
optionalangle?:number
Defined in: src/tsd/style.ts:145
Direction in radians, as TSD.AngleGradientArchive stores it. Omitted, a written gradient gets the app's own fresh-gradient direction, 3π/2 — top to bottom.
opacity?
optionalopacity?:number
Defined in: src/tsd/style.ts:139
stops
stops:
GradientStop[]
Defined in: src/tsd/style.ts:138
type
type:
"linear"|"radial"
Defined in: src/tsd/style.ts:137