The following HostEvents now allow custom parameters to set object properties programmatically:
-
HostEvent.SaveAnswer
Allows addingname
anddescription
text strings. When these parameters are defined, the event triggers the Save action to save the Answer with the predefined properties without opening the Describe your Answer modal. -
HostEvent.Pin
Allows adding custom properties for visualization ID, name, and description, Liveboard ID, and Tab ID. When these parameters are defined, the event triggers an action to pin the Answer to the Liveboard specified in the code, without opening the Pin modal.
For more information, see Host Events documentation.