Frontend API

export class FileController

File tab controller for the topbar component.

It implements the methods linked to the button in the File tab.

Created by antoine on 12/07/17.

showGraph ()

Linked to the ‘Show graph’ button. It post a ‘gl-component:show-graph’ message on the event hub.

showComponentsList ()

Linked to the ‘Show components list’ button. It post a ‘gl-component:show-components-list’ message on the event hub.

showFileExplorer ()

Linked to the ‘Show file explorer’ button. It post a ‘gl-component:show-file-explorer’ message on the event hub.