ModelNameToScsFileFunc

ModelNameToScsFileFunc
ModelNameToScsFileFunc: (modelName: ExternalModelName) => (Promise | (ScsUri | ScsBuffer | None))

Callback to map ExternalModel names within an XML load file to SCS file URis or SCS file buffers. Return null to skip the model. Returned value can be synchronous (non-Promise) or asynchronous (Promise).