Skip to main content
zerotal

Documentation


Documentation / @zerotal/inertia / MergeConfig

Interface: MergeConfig

Defined in: inertia/src/props/PropTypes.ts:15

Resolved merge configuration contributed by a mergeable prop.

Properties

deep

deep: boolean

Defined in: inertia/src/props/PropTypes.ts:16


appendPaths

appendPaths: string[]

Defined in: inertia/src/props/PropTypes.ts:18

Nested paths to append (relative to the prop key). Empty = append at root.


prependPaths

prependPaths: string[]

Defined in: inertia/src/props/PropTypes.ts:20

Nested paths to prepend (relative to the prop key).


matchOn

matchOn: string[]

Defined in: inertia/src/props/PropTypes.ts:22

Paths (relative to the prop key) whose last segment is the match field.


prependRoot

prependRoot: boolean

Defined in: inertia/src/props/PropTypes.ts:24

Prepend at the root level instead of appending.