C3 AI Documentation Home

Console Reference: c3Refresh

c3Refresh triggers a refresh for all open tabs that support it. You may optionally provide the name of an open tab to target.

Parameters

NameRequiredTypeDescription
titlestringThe name of a tab to be refreshed.

Example

Refresh a tab titled Notebook:

JavaScript
c3Refresh("Notebook");

Refresh all tabs that support the action:

JavaScript
c3Refresh();

See also

Was this page helpful?