Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / FunctionParameter

Interface: FunctionParameter

Parameter of a JSONPath function.

Properties

dataType

ts
readonly dataType: DataType;

Data type.


description

ts
readonly description: string;

Description. In Markdown format.


name

ts
readonly name: string;

Name.


type

ts
readonly type: Type;

Type.