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
| Name | Required | Type | Description |
|---|---|---|---|
title | string | The 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();