g3-toolkit API Reference
    Preparing search index...

    Interface ShaclResultDetail

    Inspector-facing detail for one result: the fields a Detail Inspector lists when a result (or its focus node) is selected. Pure passthrough/shaping so the inspector needs no SHACL knowledge.

    interface ShaclResultDetail {
        focusNode: string;
        message?: string;
        path?: string;
        severity: ShaclSeverity;
        sourceShape?: string;
        value?: string;
    }
    Index

    Properties

    focusNode: string
    message?: string
    path?: string
    severity: ShaclSeverity
    sourceShape?: string
    value?: string