Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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