Skip to content

TilemapDiagnostic

Defined in: tilemap/src/types.ts:15

code: TilemapDiagnosticCode

Defined in: tilemap/src/types.ts:16


optional layer?: string

Defined in: tilemap/src/types.ts:25

Layer name, when the diagnostic is about a layer.


message: string

Defined in: tilemap/src/types.ts:18

Sentence naming what was found and what it costs.


severity: "error" | "warning"

Defined in: tilemap/src/types.ts:23

"error": authored content is dropped or will render wrong. "warning": an authored setting the renderer ignores.


optional tileset?: string

Defined in: tilemap/src/types.ts:27

Tileset name or source, when the diagnostic is about a tileset.