UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 161 B
import { ITableRowModel } from '@docsvision/webclient/Platform/ITableRowModel'; export interface TableRowsSelectionModel { selectedRows: ITableRowModel[]; }