Options passed to any group animation callbacks for Data.TJSPositionDataRelative data or TweenOptions.

type GroupCallbackOptions = {
    entry?: Positionable;
    index?: number;
    position?: object;
}
Index

Properties

Optionalentry

entry?: Positionable

Any associated positionable entry / object.

index?: number

The index of the TJSPosition.PositionGroup being processed.

position?: object

The actual TJSPosition instance being processed.