GameboardPlacementAnimationUrlOptions
Defined in: src/three/three.ts:60
URL resolution inputs for external animation clips.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”animationUrlResolver?
Section titled “animationUrlResolver?”
optionalanimationUrlResolver?: (placement) =>string|undefined
Defined in: src/three/three.ts:64
App-specific animation URL resolver.
Parameters
Section titled “Parameters”placement
Section titled “placement”Returns
Section titled “Returns”string | undefined
animationUrls?
Section titled “animationUrls?”
optionalanimationUrls?:Readonly<Record<string,string>>
Defined in: src/three/three.ts:62
Explicit asset-id-to-animation-URL map.