new GlobalProgress(element, options)
Parameters:
Name | Type | Description |
---|---|---|
element |
HTMLElement | DOM element containing the control |
options |
Object |
- Source:
Properties:
Name | Type | Description |
---|---|---|
throttlingDelay |
number |
Methods
-
hide(force)
-
hide progress indicator
Parameters:
Name Type Argument Description force
boolean <optional>
force hiding progress indicator and reset calls count
- Source:
-
show(timeout)
-
show progress after the throttling delay
Parameters:
Name Type Argument Description timeout
number <optional>
custom throttling delay
- Source:
-
showNow()
-
show progress immediately
- Source: