Interface IRunningSessionSidebar

The interface exposing the running sessions sidebar widget properties.

interface IRunningSessionSidebar {
    toolbar: Toolbar<Widget>;
}

Implemented by

Properties

Properties

toolbar: Toolbar<Widget>

The toolbar of the running sidebar.