Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MoveChildrenOptions<V>

Type parameters

Hierarchy

  • MoveChildrenOptions

Index

Properties

Methods

Properties

at

at: Path | ENodeEntry<V>

Parent node of the children to move.

Optional fromStartIndex

fromStartIndex: number

Start index of the children to move. Example: 1 means children[0] will not be moved.

to

to: Path

Path where to move the children.

Methods

Optional match

  • Condition for the child to be moved

    Parameters

    Returns boolean

Generated using TypeDoc