UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 448 B
import { IPluggableEntity } from '@docsvision/web/core/extensibility/plugins'; export interface IFolderLoadRequest extends IPluggableEntity { refresh?: boolean; /** Сбросить gridUserSettings */ refreshSettings?: boolean; /** Сбросить базовый курсор */ refreshSource?: boolean; /** Обновить дерево группировки */ refreshGrouping?: boolean; pageNumber?: number; }