Skip to main content

Interface: MaterialXValidationIssue

One finding from validation. Errors make a file unusable; warnings are advisory.

Properties​

code?​

optional code?: string

Stable machine-readable identifier when supplied by the producing rule.


graph?​

optional graph?: object

Optional graph coordinates for highlighting nodes and connections in a UI.

containers?​

optional containers?: object[]

All enclosing graph containers and compound instances affected by this finding.

input?​

optional input?: string

nodeIds​

nodeIds: string[]

output?​

optional output?: string

scope​

scope: string

Slash-separated nodegraph path; empty for the document scope.

source?​

optional source?: string


level​

level: "error" | "warning"


location​

location: string


message​

message: string


rule?​

optional rule?: string