Skip to content

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.

optional baseUrl?: 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).