Properties
itemType
itemType: ItemScalingType The type of item being scaledmaxSize?
optional maxSize: number
The maximum size that the object being scaled should become. Application should use this parameter
when the item’s scaled size is too large to be usable at the maximum scale level.
Default: Number.MAX_VALUE
minSize?
optional minSize: number
The minimum size that the object being scaled should become. This parameter only needs to be
set for items of type ‘low_downscale’ or ‘large_downscale’, which will be scaled down.
Default: 0

