Traqula
    Preparing search index...
    interface ClearDropOperation {
        graph: GraphReference;
        silent: boolean;
        type: "clear" | "drop";
    }
    Index

    Properties

    Properties

    silent: boolean
    type: "clear" | "drop"