Traqula
    Preparing search index...
    interface Load {
        destination?: NamedNode<string>;
        silent?: boolean;
        source: NamedNode;
        subType?: string;
        type: LOAD;
    }

    Hierarchy (View Summary)

    Index

    Properties

    destination?: NamedNode<string>
    silent?: boolean
    source: NamedNode
    subType?: string
    type: LOAD