@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) • 371 B
TypeScript
import { ViolationSettings } from "./ViolationSettings";
export declare class ShapeViolationSettings extends ViolationSettings {
constructor(defaultValue?: boolean);
allowShape: boolean;
clone(targetObject?: ShapeViolationSettings): ShapeViolationSettings;
equals(p: ShapeViolationSettings): boolean;
static type: string;
type: string;
}