When true, this property is a group used to organize other properties. The property is not displayed in the user interface and its child properties are not
Tag Archives: group
numProperties
The number of indexed properties in this group.For layers, this method returns a value of 3, corresponding to the mask, effect, and motion tracker groups, w
matchName
A special name for the property used to build unique naming paths. The match name is not displayed, but you can refer to it in scripts. Every property has a
addProperty()
Creates and returns a PropertyBase object with the specified name, and adds it to this group.In general, you can only add properties to an indexed group a p
name
The display name of the property. Compare PropertyBase matchName attribute . It is an error to set the name value if the property is not a child of an index
canAddProperty()
Returns true if a property with the given name can be added to this property group. For example, you can only add mask to a mask group. The only legal input
parentProperty
The property group that is the immediate parent of this property, or null if this PropertyBase is a layer.PropertyGroup object or null; read-only.
PropertyGroup object
The PropertyGroup object represents a group of properties. It can contain Property objects and other PropertyGroup objects. Property groups can be nested to
propertyIndex
The position index of this property within its parent group, if it is a child of an indexed group a property group that has the type PropertyType.INDEXED_GR