Enumeration gradientDirectionEnum (Inputs.Base) Defined in bitbybit-docs.d.ts:296 Enumeration Members to Top toTop : "to top"
Defined in bitbybit-docs.d.ts:297 to Top Right toTopRight : "to top right"
Defined in bitbybit-docs.d.ts:298 to Right toRight : "to right"
Defined in bitbybit-docs.d.ts:299 to Bottom Right toBottomRight : "to bottom right"
Defined in bitbybit-docs.d.ts:300 to Bottom toBottom : "to bottom"
Defined in bitbybit-docs.d.ts:301 to Bottom Left toBottomLeft : "to bottom left"
Defined in bitbybit-docs.d.ts:302 to Left toLeft : "to left"
Defined in bitbybit-docs.d.ts:303 to Top Left toTopLeft : "to top left"
Defined in bitbybit-docs.d.ts:304 deg0 deg0 : "0deg"
Defined in bitbybit-docs.d.ts:305 deg45 deg45 : "45deg"
Defined in bitbybit-docs.d.ts:306 deg90 deg90 : "90deg"
Defined in bitbybit-docs.d.ts:307 deg135 deg135 : "135deg"
Defined in bitbybit-docs.d.ts:308 deg180 deg180 : "180deg"
Defined in bitbybit-docs.d.ts:309 deg225 deg225 : "225deg"
Defined in bitbybit-docs.d.ts:310 deg270 deg270 : "270deg"
Defined in bitbybit-docs.d.ts:311 deg315 deg315 : "315deg"
Defined in bitbybit-docs.d.ts:312 Bitbybit TypeScript API reference Namespace: Bit › Inputs › Base
Other symbols in Inputs.Base:
API reference home · Full symbol index · Tutorials and guides · Platform
The direction a linear gradient runs, given either as a named direction such as to bottom right or as an angle in degrees. The values match the CSS gradient syntax.