Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAddMutator

Adds the given value to a listy property, either at the end if insertionIndex is not set, or at the indicated index, shifting any and all subsequent items "down".

Hierarchy

  • IAddMutator

Index

Properties

Optional insertionIndex

insertionIndex: undefined | number

mutatorType

mutatorType: "ADD"

value

Generated using TypeDoc