setUpdateIndicator()
setUpdateIndicator(
element
,updating
,message
):void
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...' |
Returns
void