Optional
style
style?: Partial<{
alpha: number;
clipId: string;
cornerRadius?: [number, number, number, number];
fillColor?: string;
hasFill: boolean;
height?: number;
mediaDataId?: string;
position: [number, number];
relativeCornerRadius: boolean;
rotation: number;
scale: [number, number];
strokeAlpha?: number;
strokeColor?: string;
strokeWidth?: number;
width?: number;
zIndex: number;
}>
Type declaration
alpha: number
clipId: string
Optional
cornerRadius?: [number, number, number, number]
Optional
fillColor?: string
hasFill: boolean
Optional
height?: number
Optional
mediaDataId?: string
position: [number, number]
relativeCornerRadius: boolean
rotation: number
scale: [number, number]
Optional
strokeAlpha?: number
Optional
strokeColor?: string
Optional
strokeWidth?: number
Optional
width?: number
zIndex: number