Traqula
    Preparing search index...
    interface Clear {
        silent?: boolean;
        source: NamedNode<string> | "DEFAULT" | "NAMED" | "ALL";
        subType?: string;
        type: CLEAR;
    }

    Hierarchy (View Summary)

    Index

    Properties

    silent?: boolean
    source: NamedNode<string> | "DEFAULT" | "NAMED" | "ALL"
    subType?: string
    type: CLEAR