Skip to content

helix / McdocDiagnostic

Interface: McdocDiagnostic

Defined in: validate/mcdoc.ts:26

Properties

column

column: number

Defined in: validate/mcdoc.ts:31


file

file: string

Defined in: validate/mcdoc.ts:28

Datapack-relative path of the offending file, e.g. data/foo/dimension/x.json.


line

line: number

Defined in: validate/mcdoc.ts:30

1-based line/column of the problem within that file.


message

message: string

Defined in: validate/mcdoc.ts:33


severity

severity: "warning" | "error" | "info" | "hint"

Defined in: validate/mcdoc.ts:32

Released under the MIT License · Credits