Class MaxArtworkSizeConstraints
Properties
height
Declaration
Property Value
| Type |
Description |
| number | null |
|
shapeType
Declaration
shapeType: ArtworkShapeType | null;
Property Value
width
Declaration
Property Value
| Type |
Description |
| number | null |
|
Methods
_copy(source, destination)
Declaration
protected _copy(source: MaxArtworkSizeConstraints, destination: MaxArtworkSizeConstraints): void;
Parameters
Returns
clone()
Declaration
clone(): MaxArtworkSizeConstraints;
Returns
toJSON()
Declaration
toJSON(): {
width: number;
height: number;
shapeType: ArtworkShapeType;
};
Returns
| Type |
Description |
| {
width: number;
height: number;
shapeType: ArtworkShapeType;
} |
|