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 21
?string getTab()

Returns HTML for the tab label shown in the Bar.

Return Value

?string

at line 27
?string getPanel()

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

Return Value

?string