Home > @rushstack/lookup-by-path > ILookupByPathJson > values
ILookupByPathJson.values property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Array of serialized values. Nodes in the tree reference values by their index in this array. Using an array with index-based references preserves reference equality: if multiple nodes share the same value (by reference), they will reference the same index.
Signature:
values: TSerialized[];