Class SmartItem
Constructors
(constructor)()
Constructs a new instance of the SmartItem class
Declaration
Properties
Declaration
projectiveTransform: Object[];
Property Value
| Type |
Description |
| Object[] |
|
smartObjectDpi
Declaration
Property Value
smartObjectRectangle
Declaration
smartObjectRectangle: Object;
Property Value
smartObjectSize
Declaration
Property Value
smartObjectStorageId
Declaration
smartObjectStorageId: string;
Property Value
sourceDpi
Declaration
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
vectorMask
Declaration
Property Value
| Type |
Description |
| Object[] |
|
warpControlPoints
Declaration
warpControlPoints: Object[];
Property Value
| Type |
Description |
| Object[] |
|
Methods
_copy(source, destination, generateNewIds, appropriateParentContainer)
Declaration
protected _copy(source: SmartItem, destination: SmartItem, generateNewIds: boolean, appropriateParentContainer: boolean): SmartItem;
Parameters
| Type |
Name |
Description |
| SmartItem |
source |
|
| SmartItem |
destination |
|
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
clone(generateNewIds, appropriateParentContainer)
Declaration
clone(generateNewIds?: boolean, appropriateParentContainer?: boolean): SmartItem;
Parameters
| Type |
Name |
Description |
| boolean |
generateNewIds |
|
| boolean |
appropriateParentContainer |
|
Returns
equals(other)
Declaration
equals(other: SmartItem): boolean;
Parameters
Returns