SNIK Graph - v25.01
    Preparing search index...

    Variable configConst

    config: {
        activeOptions: string[];
        download: {
            image: {
                max: { height: number; width: number };
                standard: { height: number; width: number };
            };
        };
        git: {
            defaultIssueAssignee: string;
            issueLabels: {
                bug: string;
                confirmLink: string;
                deleteClass: string;
                deleteTriple: string;
            };
            repo: { application: string; ontology: string };
        };
        language: string;
        layoutCacheMinPrecision: number;
        layoutCacheMinRecall: number;
        logLevelConsole: LogLevelDesc;
        logLevelDisplay: LogLevelDesc;
        logLevelMemory: LogLevelDesc;
        multiview: { initialTabs: number; warnOnSessionLoad: boolean };
        nodeSize: number;
        ontology: {
            filter: string[][];
            id: string;
            initialView: LayoutJson;
            legend: string;
            links: {
                featureRequest: string;
                feedbackOntology: string;
                homepage: string;
                metamodel: string;
                rdfBrowser: string;
                sparqlEndpoint: string;
                youtube: string;
            };
            name: string;
            snik: {
                center: string;
                centerDepth: number;
                defaultSubOntologies: string[];
                helperGraphs: string[];
            };
            sparql: {
                endpoint: string;
                graph: string;
                instances: boolean;
                queries: {
                    nodes: (from: any) => string;
                    triples: (
                        from: any,
                        fromNamed: any,
                        virtualTriples: any,
                        instances: any,
                    ) => string;
                };
            };
            style: {
                color: (node: string | NodeSingular) => string;
                colorMap: Map<string, string>;
                shape: (node: NodeSingular) => string;
            };
            title: string;
        };
        searchCloseMatch: boolean;
    } = ...

    Type Declaration

    • activeOptions: string[]
    • download: {
          image: {
              max: { height: number; width: number };
              standard: { height: number; width: number };
          };
      }
    • git: {
          defaultIssueAssignee: string;
          issueLabels: {
              bug: string;
              confirmLink: string;
              deleteClass: string;
              deleteTriple: string;
          };
          repo: { application: string; ontology: string };
      }
    • language: string
    • layoutCacheMinPrecision: number
    • layoutCacheMinRecall: number
    • logLevelConsole: LogLevelDesc
    • logLevelDisplay: LogLevelDesc
    • logLevelMemory: LogLevelDesc
    • multiview: { initialTabs: number; warnOnSessionLoad: boolean }
    • nodeSize: number
    • ontology: {
          filter: string[][];
          id: string;
          initialView: LayoutJson;
          legend: string;
          links: {
              featureRequest: string;
              feedbackOntology: string;
              homepage: string;
              metamodel: string;
              rdfBrowser: string;
              sparqlEndpoint: string;
              youtube: string;
          };
          name: string;
          snik: {
              center: string;
              centerDepth: number;
              defaultSubOntologies: string[];
              helperGraphs: string[];
          };
          sparql: {
              endpoint: string;
              graph: string;
              instances: boolean;
              queries: {
                  nodes: (from: any) => string;
                  triples: (
                      from: any,
                      fromNamed: any,
                      virtualTriples: any,
                      instances: any,
                  ) => string;
              };
          };
          style: {
              color: (node: string | NodeSingular) => string;
              colorMap: Map<string, string>;
              shape: (node: NodeSingular) => string;
          };
          title: string;
      }
    • searchCloseMatch: boolean