setUpdateIndicator()
setUpdateIndicator(
element,updating?,message?,onCancel?):void
Defined in: ui.ts:475
Sets an update indicator on the specified element. Example: https://public.datagrok.ai/js/samples/ui/components/update-indicator
Parameters
| Parameter | Type | Default value | Description |
|---|---|---|---|
element | HTMLElement | undefined | - |
updating | boolean | true | whether the indicator should be shown |
message | string | 'Updating...' | - |
onCancel? | Function | undefined | - |
Returns
void