projects/aoc-client/core/types/aoc-grid-types.ts
Properties |
center |
center:
|
Type : literal type
|
For 'path' gradient. Specifies the relative coordinates for the start of the path. 'left' and 'top' values range from 0 to 1 |
gradient |
gradient:
|
stops |
stops:
|
Type : AocExceljsGradientStop[]
|
Specifies the gradient colour sequence. Is an array of objects containing position and color starting with position 0 and ending with position 1. Intermediary positions may be used to specify other colours on the path. |
type |
type:
|