interface IBarPanel

Tracy Bar panel providing a tab label and optional panel content.

Methods

?string
getTab()

Returns HTML for the tab label shown in the Bar.

?string
getPanel()

Returns HTML for the panel popup content, or null to render tab-only.

Details

at line 20
?string getTab()

Returns HTML for the tab label shown in the Bar.

Return Value

?string

at line 26
?string getPanel()

Returns HTML for the panel popup content, or null to render tab-only.

Return Value

?string