Traqula
    Preparing search index...
    interface NegatedPropertySet {
        items:
            | [IriTermOrElt]
            | [{ items: IriTermOrElt[]; pathType: "|"; type: "path" }];
        pathType: "!";
        type: "path";
    }
    Index

    Properties

    Properties

    items: [IriTermOrElt] | [{ items: IriTermOrElt[]; pathType: "|"; type: "path" }]
    pathType: "!"
    type: "path"