cupertino-files / DrawableStyle
Interface: DrawableStyle
Defined in: src/tsd/drawables.ts:231
Properties
fill?
optionalfill?:Fill|null
Defined in: src/tsd/drawables.ts:233
Shapes only — media (images, movies) cannot carry a fill.
opacity?
optionalopacity?:number
Defined in: src/tsd/drawables.ts:236
0..1.
reflection?
optionalreflection?:number|null
Defined in: src/tsd/drawables.ts:239
Mirror below the object; the value is its opacity, 0..1.
shadow?
optionalshadow?:Shadow|null
Defined in: src/tsd/drawables.ts:237
stroke?
optionalstroke?:Stroke|null
Defined in: src/tsd/drawables.ts:234