@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface GradientColorEffect

    interface GradientColorEffect {
        colors: string[];
        direction: ColorEffectDirection;
        type: "gradient";
    }
    Index
    colors: string[]
    type: "gradient"