Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MergeListItemIntoListOptions<V>

Type parameters

Hierarchy

  • MergeListItemIntoListOptions

Index

Properties

Optional deleteFromList

deleteFromList: boolean

Delete fromListItem sublist if true.

default

true

Optional fromList

fromList: TElementEntry<TNode>

List items of the list will be moved.

Optional fromListItem

fromListItem: TElementEntry<TNode>

List items of the sublist of this node will be moved.

Optional fromStartIndex

fromStartIndex: number

Optional to

to: Path

Optional toList

List items will be moved in this list.

Optional toListIndex

toListIndex: null | number

List position where to move the list items.

Generated using TypeDoc