Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

ScalingProps

Scaling properties to describe an item that will be scaled.

Properties

itemType

itemType: ItemScalingType

The type of item being scaled


maxSize?

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


Last updated: Jul 22, 2026