Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

component.setField{} is used to set a update an existing custom field value. This API sets a new field value for a component’s custom field by passing the custom field name as the key and the value you wish to set.

...

Code Block
component.setField{key="port", value=6543}

You cannot create a new custom field using this function.