Skip to content

loadInputMapAsset

loadInputMapAsset(asset): InputMap

Defined in: input/inputMap.ts:380

Build a live InputMap from a loaded .inputmap asset (data-driven input — fetch / import the JSON, then call this). Registers the evaluation system, same as defineInputMap. Not frozen: no project we certify releases against loads a map from an asset, so nothing holds this signature up.

InputMapAsset

InputMap