Variable NODEConst

NODE: {
    HAS_INSTANCE: string;
    ID: string;
    LABEL: string;
    LABEL_ENGLISH: string;
    LABEL_GERMAN: string;
    LABEL_PERSIAN: string;
    SOURCE: string;
    SUBTOP: string;
    SUBTOP_ENTITY_TYPE: string;
    SUBTOP_FUNCTION: string;
    SUBTOP_ROLE: string;
    TYPE: string;
} = ...

Provides constants for node data attributes. Not to be confused with the Node.js JavaScript runtime.

Type declaration

  • HAS_INSTANCE: string
  • ID: string
  • LABEL: string
  • LABEL_ENGLISH: string
  • LABEL_GERMAN: string
  • LABEL_PERSIAN: string
  • SOURCE: string
  • SUBTOP: string
  • SUBTOP_ENTITY_TYPE: string
  • SUBTOP_FUNCTION: string
  • SUBTOP_ROLE: string
  • TYPE: string