@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
6 lines (5 loc) • 413 B
TypeScript
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
import { IRow } from "@docsvision/web/components/table/interfaces";
import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
export declare const EMPLOYEE_ROW_MODEL_PLUGIN_ID = "EmployeeRowModel";
export declare function getEmployeeRowModel(row: IRow): ISimplePluginData<GenModels.EmployeeDataModel>;