UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

14 lines (13 loc) 623 B
import { Violation, IViolationInfo } from "./Violation"; import { Item } from "@aurigma/design-atoms-model/Product/Items"; import { IViewerMessagesConfig, IViolationServiceConfiguration } from "../../../Viewer/Interfaces"; export declare class RasterElementsViolation extends Violation { private _messages; private _conf; private _severity; constructor(_messages: IViewerMessagesConfig, _conf: IViolationServiceConfiguration); isAvailableFor(item: Item): boolean; getViolationInfo(item: Item): IViolationInfo; getStatePropertyName(): string; static statePropertyName: string; }