InDesign Server2025
API 20.5.0.49
Object

TimingGroup

a timing group.

Hierarchy

TimingList

TimingGroup

TimingTarget

Properties

NameType AccessDescription
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Number readonly The index of the TimingGroup within its containing object.
Boolean readonly Returns true if the object specifier resolves to valid objects.
TimingList readonly The parent of the TimingGroup (a TimingList).
Number read/write The placement of the timing group in the timing list.
Number 1–100 read/write The number of times this timing group plays.
Boolean read/write Set to true if timing group loops.
Object read/write A property that allows setting of several properties at the same time.
TimingTargets<TimingTarget> readonly A collection of timing target.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
TimingGroup[]

Resolves the object specifier, creating an array of object references.

TimingGroup

Moves the timing group or target to the specified location.

to LocationOptions The location in relation to the reference object or within the containing object.
reference? TimingGroup | TimingTarget | TimingList The reference object. Note: Required when the to parameter specifies before or after. . Can accept: TimingGroup, TimingTarget or TimingList.
void

Deletes the TimingGroup.

Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

Generates a string which, if executed, will return the TimingGroup.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a TimingGroup.

Parameter of 5

Method parameters that accept a TimingGroup.

Return 13

Methods that return a TimingGroup.