Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / CompletionItemType

Enumeration: CompletionItemType

Type of a completion item.

Enumeration Members

function

ts
function: 2;

Function.


literal

ts
literal: 1;

Literal value. For example some concrete string or a number.


name

ts
name: 0;

Object property name.


syntax

ts
syntax: 3;

Other syntax parts.