Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueInput

ValueInput stores the current input value as a any (any JS value) and contains a path value to identify the position in the current context.

path is an array of either string values (field names of an object) or number values (index inside an array).

Hierarchy

  • ValueInput

Index

Properties

Properties

input

input: any

The input JavaScript value. It can be any value of any type.

When decoders traverse an array or object value, they will pass only the currently inspected element to the next decoder and not the source value.

path

path: (string | number)[]

The current path for this value input.