@aurigma/design-atoms-model
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
10 lines (9 loc) • 356 B
TypeScript
import { ShapeViolationSettings } from "./ShapeViolationSettings";
export declare class ImageViolationSettings extends ShapeViolationSettings {
constructor(defaultValue?: boolean);
allowImageQuality: boolean;
clone(): ImageViolationSettings;
equals(p: ImageViolationSettings): boolean;
static type: string;
type: string;
}