On this page

property

FieldPath

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.

kind

property

Discriminator for type guards. Should always be set to "path" .

Value

"\"path\""

path

property

Dot separated accessor path for value retrieval.

Type

string