Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryListing

Keeps list of IQueryResult associated with identifiers

Example:

{
  "identifier": [
    {"path": ["$", "property"], "value": "a"}
  ],
  "anotherIdentifier": [
    {"path": ["$", "another", "property"], "value": "b"}
  ]
}

Hierarchy

  • IQueryListing

Indexable

[identifier: string]: IQueryResult[]

Property is an identifier, value is a list of all associated IQueryResult

Generated using TypeDoc