Search.../

hideLoader( )

Hides the button's loading indicator.

Description

The hideLoader() function hides the dashboard button's loading indicator and sets the isLoaderVisible property to false.

Syntax

function hideLoader(): void

hideLoader Parameters

This function does not take any parameters.

Returns

This function does not return anything.

Return Type:

void

Was this helpful?

Hide the dashboard button's loading indicator

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