ScalingProps
Scaling properties to describe an item that will be scaled.
Properties
itemType
itemType: ItemScalingType
The type of item being scaled
maxSize?
optionalmaxSize: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?
optionalminSize: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
Last updated: Jul 22, 2026

