Interface IConvertTextItemCommandArgs
Package: @aurigma/design-atoms-interfaces
Properties
item
Declaration
item: TBaseTextItem;
Property Value
Type | Description |
---|---|
TBaseTextItem |
to
Declaration
to: ItemType.PlainTextItem | ItemType.BoundedTextItem | ItemType.ArchedTextItem;
Property Value
Type | Description |
---|---|
ItemType.PlainTextItem | ItemType.BoundedTextItem | ItemType.ArchedTextItem |