unitsText

記述

app.project.item(index).layer(index).propertySpec.unitsText

概要

プロパティの値の単位のテキスト表記。

タイプ

String (文字列) -読み込み専用

サンプル

X位置の単位のテキストをアラートで表示。結果は「pixel」。

alert(app.project.item(1).layer(1).transform.xPosition.unitsText)