Class BaseTextHandlerData
Package: @aurigma/design-atoms
Constructors
(constructor)(handler)
Constructs a new instance of the BaseTextHandlerData class
Declaration
constructor(handler: BaseTextItemHandler);
Parameters
| Type | Name | Description |
|---|---|---|
| BaseTextItemHandler | handler |
Properties
__type
Declaration
protected __type: string;
Property Value
| Type | Description |
|---|---|
| string |
currentTextImage
Declaration
currentTextImage: any;
Property Value
| Type | Description |
|---|---|
| any |
Methods
applyState(textData, handler)
Declaration
applyState(textData: BaseTextHandlerData, handler: BaseTextItemHandler): void;
Parameters
| Type | Name | Description |
|---|---|---|
| BaseTextHandlerData | textData | |
| BaseTextItemHandler | handler |
Returns
| Type | Description |
|---|---|
| void |