as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
Ring
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

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