Hierarchy

  • StreamModel
    • Icon

Indexable

  • [x: string]: any

Constructors

Properties

edges: OntologyEdge[] = []
expand: number
meta: Meta = ...
parent?: IModel
parentEdges: OntologyEdge[] = []
attributes: never[] = []
checker: ICheckerSuite = ...
endpoint: string = '/2.1/icon'
streamCallback: StreamHandlerCallbacks = ...

Accessors

  • get ontology(): OntologyEdge[]
  • Get the ontology edges of the current object.

    Returns OntologyEdge[]

    The ontology edges of the current object.

    This is here for backwards compatibility.

    Should use edges instead.

  • set ontology(edges: OntologyEdge[]): void
  • Set the ontology edges of the current object.

    Parameters

    Returns void

    This is here for backwards compatibility.

    Should use edges instead.

Methods

  • Returns void

  • Parameters

    • tag: string

    Returns Promise<boolean>

  • Returns string[]

  • Parameters

    Returns Promise<void>

  • Parameters

    • OptionalreloadAll: boolean
    • OptionaldefaultExpand: number

    Returns Promise<boolean>

  • Parameters

    • OptionalreloadAll: boolean
    • defaultExpand: number = 0

    Returns Promise<boolean>

  • Parameters

    • tag: string

    Returns Promise<boolean>

  • Parameters

    • user: string

    Returns Promise<any>

  • Parameters

    • OptionalcustomKeys: string[]

    Returns Promise<boolean>

  • Returns boolean

  • Parameters

    • name: string
    • params: any

    Returns void

  • Parameters

    Returns string

  • Parameters

    • options: {
          body?: JSONObject;
          create?: boolean;
          endpoint: string;
          message: string;
          params?: JSONObject;
          quantity: number | "all";
          readOnly?: boolean;
      }

    Returns Promise<JSONObject[]>

  • Parameters

    • type: undefined | string
    • name: string
    • params: any
    • isStatic: boolean = false

    Returns void