Enum - ArrayUpdateOperation(vim.option.ArrayUpdateSpec.Operation)

Property of
ArrayUpdateSpec


Enum Description

This list specifies the type of operation being performed on the array.

Enum Constants

NameDescription
add indicates an addition to the array.
edit indicates changes to an element in the array.
remove indicates the removal of an element in the array. In this case the key field must contain the key of the element to be removed.

Show WSDL type definition