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