UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

12 lines (11 loc) 281 B
/** * A wrapper around a path and its value. * @typedef {Object} PathValue * @property {PathSet} path - the path to a location in the {@link JSONGraph} * @property {?*} value - the value of that path * @example { path: ["productsById", "1234", "name"], value: "ABC" } */