@netless/window-manager 1.0.0-canary.6 → 1.0.0-canary.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -80,8 +80,8 @@ export declare type MountParams = {
80
80
  container?: HTMLElement;
81
81
  /** 白板高宽比例, 默认为 9 / 16 */
82
82
  containerSizeRatio?: number;
83
- /** 显示 PS 透明背景,默认 true */
84
- chessboard?: boolean;
83
+ /** 是否高亮显示同步区域, 默认为 true */
84
+ highlightStage?: boolean;
85
85
  collectorContainer?: HTMLElement;
86
86
  collectorStyles?: Partial<CSSStyleDeclaration>;
87
87
  overwriteStyles?: string;
@@ -144,6 +144,7 @@ export declare class WindowManager extends InvisiblePlugin<WindowMangerAttribute
144
144
  setMainViewSceneIndex(index: number): Promise<void>;
145
145
  nextPage(): Promise<boolean>;
146
146
  prevPage(): Promise<boolean>;
147
+ jumpPage(index: number): Promise<boolean>;
147
148
  addPage(params?: AddPageParams): Promise<void>;
148
149
  /**
149
150
  * 删除一页