Class ArchedTextItemHandler
Inheritance
ArchedTextItemHandler
Constructors
(constructor)(item, textWhizz, apiClient, colorPreviewService)
Constructs a new instance of the ArchedTextItemHandler class
Declaration
constructor(item: ArchedTextItem, textWhizz?: typeof TextWhizz, apiClient?: IDesignAtomsApiClient, colorPreviewService?: IListenableColorPreviewService);
Parameters
Properties
item
Declaration
get item(): ArchedTextItem;
set item(item: ArchedTextItem);
Property Value
typeName
Declaration
static readonly typeName: string;
Property Value
Methods
_getDefaultPermissions()
Declaration
protected _getDefaultPermissions(): IPermissions;
Returns
_onItemPropertyChanged(sender, propertyName)
Declaration
protected _onItemPropertyChanged(sender: ArchedTextItem, propertyName: string): void;
Parameters
Returns
_setDataItem(item, itemHandlerData)
Declaration
protected _setDataItem(item: ArchedTextItem, itemHandlerData: any): void;
Parameters
Returns