Type alias SerializedShadowOptions
SerializedShadowOptions: {
affectStroke: boolean;
blur: number;
color: string;
nonScaling: boolean;
offsetX: number;
offsetY: number;
}
Type declaration
-
affectStroke: boolean
-
blur: number
-
color: string
-
nonScaling: boolean
-
offsetX: number
-
offsetY: number