UNPKG
falcor
Version:
latest (2.4.1)
2.4.1
2.4.0
2.3.2
2.2.2
2.2.1
2.2.0
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.3-schema-support-1
2.0.3-observe-46bc9629
2.0.2
2.0.1
2.0.0
2.0.0-rc4
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.10
0.1.9
0.1.7
0.1.5
0.1.4
0.1.2
0.0.2
A JavaScript library for efficient data fetching.
github.com/Netflix/falcor
Netflix/falcor
falcor
/
lib
/
typedefs
/
Path.js
8 lines
(7 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * An ordered list of {
@link
Key}s that point to a value in a {
@link
JSONGraph}. *
@typedef
{Array.<Key>} Path *
@example
// Points to the name of product 1234 ["productsById", "1234", "name"] */