API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceLoaderScopeOptions

@codexo/exojs / assets / stable

Options for Loader.createScope and LoaderScope.createScope.

1
props
0
methods
0
events
Import
import { LoaderScopeOptions } from '@codexo/exojs'

Options for Loader.createScope and LoaderScope.createScope.

Properties1
name?: string
Human-readable label for this scope, surfaced by Loader.inspect. Diagnostics only: it takes no part in asset identity, claim identity or scope lookup, and two scopes created under the same name are two independent owners.
Source