Interface: IWidgetbarApi
Charting Library.IWidgetbarApi
Widget Bar API
Hierarchy
-
↳
IWidgetbarApi
Methods
changeWidgetBarVisibility
▸ changeWidgetBarVisibility(visible
): void
Change the visibility of the right toolbar
Parameters
Name | Type | Description |
---|---|---|
visible | boolean | true to display the toolbar, false to hide |
Returns
void
closeOrderPanel
▸ closeOrderPanel(): void
Close order panel widget
Returns
void
destroy
▸ destroy(): void
Clean up (destroy) any subscriptions, intervals, or other resources that this IDestroyable
instance has.
Returns
void
Inherited from
hidePage
▸ hidePage(pageName
): void
Hide page
Parameters
Name | Type | Description |
---|---|---|
pageName | PageName | name of page to hide |
Returns
void
isPageVisible
▸ isPageVisible(pageName
): boolean
Checks if page is visible
Parameters
Name | Type | Description |
---|---|---|
pageName | PageName | page to check if visible |
Returns
boolean
true` when page is visible
openOrderPanel
▸ openOrderPanel(): void
Open order panel widget
Returns
void
showPage
▸ showPage(pageName
): void
Show page
Parameters
Name | Type | Description |
---|---|---|
pageName | PageName | name of page to show |
Returns
void