Available types

BackgroundFillGradient

The background is a gradient fill.

fields

fieldtyperequireddescription
typestringrequiredType of the background fill, always “gradient”
top_colornumberrequiredTop color of the gradient in the RGB24 format
bottom_colornumberrequiredBottom color of the gradient in the RGB24 format
rotation_anglenumberrequiredClockwise rotation angle of the background fill in degrees; 0-359

import

types.ts
import type { BackgroundFillGradient } from "@yaebal/types";

used by

types