interface AppearanceProperties {
    backgroundColor?: string;
    blendMode?: string;
    dropShadowColor?: string;
    fillColor?: string;
    opacity?: string;
    strokeColor?: string;
    useBackground?: boolean;
    useDropShadow?: boolean;
    useFill?: boolean;
    useStroke?: boolean;
}

Properties

backgroundColor?: string
blendMode?: string
dropShadowColor?: string
fillColor?: string
opacity?: string
strokeColor?: string
useBackground?: boolean
useDropShadow?: boolean
useFill?: boolean
useStroke?: boolean