Pathist / PathistConfig
Defined in: pathist.ts:39
Configuration options for creating a Pathist instance.
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
notation? |
Notation |
The global Pathist.defaultNotation setting |
The notation style to use when converting the path to a string. | pathist.ts:44 |
indices? |
Indices |
The global Pathist.defaultIndices setting |
How to handle numeric indices during path comparisons. - 'Preserve': Indices must match exactly - 'Ignore': Any numeric index matches any other numeric index |
pathist.ts:52 |
nodeChildrenProperties? |
string |
ReadonlySet<string> |
string[] |
The global Pathist.defaultNodeChildrenProperties setting |