cupertino-files / BuildInfo
Interface: BuildInfo
Defined in: src/keynote/builds.ts:157
A build, as far as the schema describes one.
Properties
animationType
animationType:
string|undefined
Defined in: src/keynote/builds.ts:174
Display word for the effect's category ("In").
chunks
chunks:
BuildChunk[]
Defined in: src/keynote/builds.ts:183
Stages, for a build delivered in parts.
delay
delay:
number|undefined
Defined in: src/keynote/builds.ts:177
delivery
delivery:
string|undefined
Defined in: src/keynote/builds.ts:166
How the object is delivered, as the raw string Apple stores — an enum of invented names would be a guess, and this one is human-readable already.
deliveryOption
deliveryOption:
number|undefined
Defined in: src/keynote/builds.ts:181
One of DeliveryOption.
drawableId
drawableId:
bigint|undefined
Defined in: src/keynote/builds.ts:160
The drawable being animated.
duration
duration:
number|undefined
Defined in: src/keynote/builds.ts:176
Seconds. From animationAttributes, legacy fields as fallback.
effect
effect:
string|undefined
Defined in: src/keynote/builds.ts:172
Effect identifier, e.g. apple:dissolve character or com.apple.iWork.Keynote.BUKAnvil — modern builds keep it in animationAttributes; the legacy database_effect is the fallback.
id
id:
bigint
Defined in: src/keynote/builds.ts:158
textDelivery
textDelivery:
number|undefined
Defined in: src/keynote/builds.ts:179
One of TextDelivery, for text animated piece by piece.