Release v23.041 (from 1c4a7b40)
Fixes tradingview/charting_library#6864
This commit is contained in:
4
charting_library/charting_library.d.ts
vendored
4
charting_library/charting_library.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user