Search
Link Search Menu Expand Document
Kony Quantum is now HCL Volt MX. See Revised Terminology. Current Quantum users, see the important note about API naming.

Properties

The ActionItem object provides the following properties.

enable

Enables or disables the ActionItem object.

Syntax

enable

Example

// Disable an action item.
myActionItem.enable = false;

Type

Boolean

Read/Write

Read+Write

Remarks

Set this property to true to enable the ActionItem object. To disable it, set this property to false.

Platform Availability

iOS