interface IGradientAngle {
    direction:
        | "random"
        | "clockwise"
        | "counter-clockwise"
        | RotateDirection
        | "counterClockwise";
    value: RangeValue;
}

Implemented by

Properties

Properties

direction:
    | "random"
    | "clockwise"
    | "counter-clockwise"
    | RotateDirection
    | "counterClockwise"
value: RangeValue