Release v23.041 (from 1c4a7b40)

Fixes tradingview/charting_library#6864
This commit is contained in:
jenkins
2023-01-18 06:14:41 +00:00
parent a940f55c0b
commit 31bd6763df
37 changed files with 41 additions and 37 deletions

View File

@@ -2485,6 +2485,10 @@ export interface IPaneApi {
setHeight(height: number): void;
moveTo(paneIndex: number): void;
paneIndex(): number;
/** Collapse the current pane */
collapse(): void;
/** Restore the size of a previously collapsed pane */
restore(): void;
}
export interface IPositionLineAdapter {
remove(): void;