Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.54 KB

File metadata and controls

19 lines (12 loc) · 1.54 KB

Pathist v1.3.0


Pathist / PathistConfig

Interface: PathistConfig

Defined in: pathist.ts:39

Configuration options for creating a Pathist instance.

Properties

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