OpenFairyGUI API
    Preparing search index...

    Interface ValidationIssue

    A single validation issue found in the project.

    interface ValidationIssue {
        componentName?: string;
        message: string;
        packageName?: string;
        resourceName?: string;
        severity: ValidationSeverity;
    }
    Index
    componentName?: string

    Component name where the issue was found.

    message: string
    packageName?: string

    Package name where the issue was found.

    resourceName?: string

    Resource/object name related to the issue.