IPageUpdateParams

IPageUpdateParams – параметры обновления страницы документа.

export interface IPageUpdateParams {
  scale?: number; // масштаб
}