Search.../

showLoader( )

Shows the dashboard button's loading indicator.

Description

The showLoader() function shows the dashboard button's loading indicator and sets isLoaderVisible property to true.

Syntax

function showLoader(): void

showLoader Parameters

This function does not take any parameters.

Returns

This function does not return anything.

Return Type:

void

Was this helpful?

Show the dashboard button's loading indicator

Copy Code
1$w('#myButton').showLoader(); //Show the loading indicator