Skip to content

OnPressObject

Currently only ButtonTable supports this.

OnPressObject Properties

Property Type Required
Handler ActionOrRule Optional
UserInteraction object Optional

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 Optional true
Title string Optional

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.