@zeplin/extension-model
    Preparing search index...

    Interface FillData

    interface FillData {
        blendMode?: string;
        color?: any;
        fillType: string;
        gradient?: any;
        opacity?: number;
        variableReferences?: { propertyName: string; variableSourceId: string }[];
    }
    Index

    Properties

    blendMode?: string
    color?: any
    fillType: string
    gradient?: any
    opacity?: number
    variableReferences?: { propertyName: string; variableSourceId: string }[]