loadIndicator property

String? loadIndicator
getter/setter pair

Specifies the loading indicator that the action displays while making the call to the action. Possible string values are:

  • "SPINNER" : Displays a spinner to indicate that content is loading.
  • "NONE" : Nothing is displayed.

Implementation

core.String? loadIndicator;