UNPKG

@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.

20 lines (19 loc) 668 B
import { EventObject } from "../../EventObject"; export declare class TextPermissions { allowChangeText: boolean; allowChangeFont: boolean; allowChangeFontSize: boolean; allowChangeFontColor: boolean; allowChangeTextAlignment: boolean; allowChangeTextBIU: boolean; allowChangeShadow: boolean; allowChangeStroke: boolean; allowChangeStrokeColor: boolean; allowChangeLeading: boolean; allowTextFormatting: boolean; constructor(defaultValue?: boolean); clone(): TextPermissions; equals(p: TextPermissions): boolean; getSimplifiedObject(): Object; propertyChanged: EventObject<unknown>; }