Properties
guides
guides: Partial<{
color: string;
count: number;
dash: number[];
show: boolean;
width: number;
}>
Type declaration
color: string
count: number
dash: number[]
show: boolean
width: number
keepRatio
keepRatio: boolean
marginRatio
marginRatio: number
minHeight
minHeight: number
overlay
overlay: Partial<{
color: string;
opacity: number;
}>
Type declaration
color: string
opacity: number
transformer
transformer: Partial<TransformerConfig>