isDropdownEffect
CC 2020 (17.0.1)
記述
app.project.item(index).layer(index).propertySpec.isDropdownEffect
概要
プロパティがDropdown Menu Controlエフェクトであればtrueを返します。
タイプ
Boolean(論理値) - 読み込み専用
例文
appliedEffect.property("Menu").isDropdownEffect // returns true
appliedEffect.property("Color").isDropdownEffect // returns false
appliedEffect.property("Feather").isDropdownEffect // returns false
ノート
訳注:オフィシャルの原文ではmethodとして扱われ、データタイプも「return(戻り値)」として記述されてるのですが、どう見てもattributeなので本サイトではattributeとして記述しています。