Skip to content

OnPressObject

Currently only ButtonTable supports this.

OnPressObject Properties

Property Type Required
Handler ActionOrRule No
UserInteraction object No

Handler


UserInteraction

This object is used to control user interaction while the action is executing. When the action completes the enabled state defaults to true and the outer title is used.

  • type: object with following properties.
Property Type Required Default
Enabled boolean No true
Title string No

Enabled

This property can be used to disable user interaction.

Title

This property can be used to modify the title of the control after the OnPress event is received. The default is the outer title.