API reference

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

I

interfaceMapLevelCancelOptions

@codexo/exojs-tilemap / tilemap / stable

Options for a MapWorldRuntime.loadLevel that spawns nothing.

1
props
0
methods
0
events
Import
import { MapLevelCancelOptions } from '@codexo/exojs-tilemap'

Options for a MapWorldRuntime.loadLevel that spawns nothing.

Properties1
signal?: AbortSignal
Cancels this load. Unloading the level cancels it too.
Source