Traqula
    Preparing search index...
    interface LoadOperation {
        destination?: IriTerm<string>;
        silent: boolean;
        source: IriTerm;
        type: "load";
    }
    Index

    Properties

    destination?: IriTerm<string>
    silent: boolean
    source: IriTerm
    type: "load"