@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.
11 lines (10 loc) • 381 B
TypeScript
import { ShapeViolationSettings } from "./ShapeViolationSettings";
export declare class TextViolationSettings extends ShapeViolationSettings {
constructor(defaultValue?: boolean);
allowTextCrop: boolean;
allowInPlaceText: boolean;
clone(): TextViolationSettings;
equals(p: TextViolationSettings): boolean;
static type: string;
type: string;
}