dynamic-forms / Interface

MultiArrayPathInfo

Result of parsing a path with multiple array placeholders.

Properties

NameTypeDescription
isArrayPath
boolean

Whether this path contains array placeholders

placeholderCount
number

Number of array placeholders in the path

placeholderPositions
number[]

The positions of '$' in the split path (by part index)

segments
string[]

Path segments (excluding $ placeholders)