ResolveContext
Defined in: packages/declarative-hex-worlds/src/asset-source/source.ts:155
Context passed to an AssetSource when resolving a placement. Carries the
optional asset-root base URL (for resolving relative sheet/model paths) and is
open for future resolution inputs without changing the interface signature.
Properties
Section titled “Properties”baseUrl?
Section titled “baseUrl?”
optionalbaseUrl?:string|URL
Defined in: packages/declarative-hex-worlds/src/asset-source/source.ts:157
Base URL for resolving a source’s relative asset paths (models, sheets).