Back to Website
Show / Hide Table of Contents

Class MaxArtworkSizeConstraints

Package: @aurigma/design-atoms-model

Properties

height

Declaration
height: number | null;
Property Value
Type Description
number | null

shapeType

Declaration
shapeType: ArtworkShapeType | null;
Property Value
Type Description
ArtworkShapeType | null

width

Declaration
width: number | null;
Property Value
Type Description
number | null

Methods

_copy(source, destination)

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

clone()

Declaration
clone(): MaxArtworkSizeConstraints;
Returns
Type Description
MaxArtworkSizeConstraints

toJSON()

Declaration
toJSON(): {
        width: number;
        height: number;
        shapeType: ArtworkShapeType;
    };
Returns
Type Description
{ width: number; height: number; shapeType: 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