PhotoshopCC 2015.5
Collection of Notifier

Notifiers

A collection of notifier objects in the document.

Properties

NameType AccessDescription
Int readonly Number of elements in the collection.
The readonly The object's container.
String readonly The class name of the object.

Methods

Notifier

Get an element in the collection with the provided index.

index Uint
Notifier

Creates a notifier.

event String The class id of the event, four characters or a unique string.
eventFile File The script file to execute when the event occurs.
eventClass? String The class of the object the event is applied to, four characters or a unique string. When an event applies to multiple types of objects, you use the event class parameter to distinguish which object this Notifier applies to. For example, the Make event (“Mk“) applies to documents (“Dcmn”), channels (“Chnl”) and other objects.
Notifier

Get the first element in the collection with the provided name.

name String
void

Deletes all elements.

Object of 1

Properties elsewhere that hold a Notifiers.