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

Properties

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