PhotoshopCC 2015.5
Object

Notifier

An event-handler object that tells the script to execute specified code when a specified event occurs. For notifiers to work, they must be enabled. See the 'notifiers enabled' property of the Application object. Events that occur within scripts do not generally trigger notifiers, because they occur inside of a "play script" event.

Properties

NameType AccessDescription
String readonly The event ID in four characters or a unique string that the notifier is associated with.
String readonly The class ID associated with the event for the Notifier object, four characters or a unique string.
File readonly The path to the file to execute when the event occurs/activates the notifier.
The readonly The object's container.
String readonly The class name of the object.

Methods

void

Deletes this object.

void

Deletes all elements.

Return 3

Methods that return a Notifier.