OpenFairyGUI API
    Preparing search index...

    Interface ValidateProjectOptions

    interface ValidateProjectOptions {
        complete?: boolean;
        readDiagnostics?: readonly ProjectDiagnostic[];
        validateSources?: boolean;
    }
    Index
    complete?: boolean

    Whether the reader and host completed every requested check.

    readDiagnostics?: readonly ProjectDiagnostic[]

    Diagnostics collected while reading the source project.

    validateSources?: boolean

    Validate hydrated resource bytes in addition to the UAM graph.