Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleAuthoringDiagnostic

    Structured compiler feedback addressable to one graph path/node.

    interface ParticleAuthoringDiagnostic {
        code: string;
        message: string;
        nodeId?: string;
        path: string;
        severity: "error" | "info" | "warning";
    }
    Index
    code: string
    message: string
    nodeId?: string
    path: string

    Stable graph path; node-addressed paths use the submitted node id.

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