Back to Website
Show / Hide Table of Contents

Class ContainerConstraints

Package: @aurigma/design-atoms-model

Properties

maxArtworkSize

Declaration
maxArtworkSize: MaxArtworkSizeConstraints;
Property Value
Type Description
MaxArtworkSizeConstraints

Methods

_copy(source, destination)

Declaration
protected _copy(source: ContainerConstraints, destination: ContainerConstraints): void;
Parameters
Type Name Description
ContainerConstraints source
ContainerConstraints destination
Returns
Type Description
void

clone()

Declaration
clone(): ContainerConstraints;
Returns
Type Description
ContainerConstraints

toJSON()

Declaration
toJSON(): {
        maxArtworkSize: {
            width: number;
            height: number;
            shapeType: import("./MaxArtworkSizeConstraints").ArtworkShapeType;
        };
    };
Returns
Type Description
{ maxArtworkSize: { width: number; height: number; shapeType: import("./MaxArtworkSizeConstraints").ArtworkShapeType; }; }
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback