Specifies a string-based path used to extract values from a nested data structure, similar to lodash.get
.
Example: "point.x"
will return data.point.x
. Useful for deeply nested row data.
Discriminator for type guards. Should always be set to "path"
.
"\"path\""
Dot separated accessor path for value retrieval.
string