Home > @infiniteobjects/shopify-data-manager > AdminTypes > ObjectDimensionsInput
The input fields for dimensions of an object.
Signature:
export interface ObjectDimensionsInput
Property | Modifiers | Type | Description |
---|---|---|---|
height | Scalars[‘Float’][‘input’] | The height in unit s. |
|
length | Scalars[‘Float’][‘input’] | The length in unit s. |
|
unit | LengthUnit | `${LengthUnit}` | Unit of measurement for length , width , and height . |
|
width | Scalars[‘Float’][‘input’] | The width in unit s. |