Global

Type Definitions

ActionOptions

Source:
Properties:
Name Type Description
storable Boolean

Marks action as a Storable

background Boolean

Marks action as a Background

abortable Boolean

Marks action as a Abortable

The object with list of Aura Server-Side action options

Type:
  • Object

ActionProperties

Source:
Properties:
Name Type Description
name String

The name of the action. It must be the same as Apex @AuraEnabled method

params Object

The object with parameters values for the action. It is based on Apex @AuraEnabled method

options Object

The object with list of options that can be applied to the action

The object that contains a properties for Aura Server-Side Action

Type:
  • Object