Properties

Static Methods

getProperties

25.0

Properties

Return Property Owner Object

Parameters

NameTypeDescription
propertyOwnerObject
This can also be object instance of Project, Sequence etc..

Instance Methods

createClearValueAction

25.0

Action

Create an action to clear the value with the given name. This method can fail if e.g. the underlying properties object does not support action based setting of properties.

Parameters

NameTypeDescription
name
string
-

createSetValueAction

25.0

Action

Create an action to set a named value through scripting. The parameters are <name, value (number, boolean or string), persistence flag>. This method can fail if e.g. the underlying properties object does not support action based setting of properties.

Parameters

NameTypeDescription
name
string
property name
value
boolean or string or number
Value to set for the property key
persistenceFlag
Indicates whether the property should be persisted or not

getValue

25.0

string

Get named value in native string form

Parameters

NameTypeDescription
name
string
-

getValueAsBool

25.0

boolean

Get named value as boolean

Parameters

NameTypeDescription
name
string
-

getValueAsFloat

25.0

number

Get named value as float number

Parameters

NameTypeDescription
name
string
-

getValueAsInt

25.0

number

Get named value as integer number

Parameters

NameTypeDescription
name
string
-

hasValue

25.0

boolean

Check if a named value exists under this name.

Parameters

NameTypeDescription
name
string
-

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.