Enumeration EditMode

Indicates whether the user is creating a new item or editing an existing one.

  • CREATE indicates that the user is creating a new item.
  • EDIT indicates that the user is editing an existing item.

Enumeration Members

Enumeration Members

CREATE: "CREATE"

Indicates that the user is creating a new item.

EDIT: "EDIT"

Indicates that the user is editing an existing item.

Generated using TypeDoc