Skip to content

Property Base

PropertyBase

PropertyBase(enabled: bool, match_name: str, name: str)

Bases: ABC

Abstract base class for both Property and PropertyGroup.

Info

PropertyBase is the base class for both Property and PropertyGroup, so PropertyBase attributes and methods are available when working with properties and property groups.

See: https://ae-scripting.docsforadobe.dev/property/propertybase/

Attributes

enabled

enabled: bool

Corresponds to the setting of the eyeball icon.

match_name

match_name: str

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 unique match-name identifier.

name

name: str

Display name of the property.

Functions

active

active() -> bool

Same as enabled.

is_modified

is_modified() -> bool

True if this property has been changed since its creation.