UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

13 lines (12 loc) 218 B
/** @internal */ export declare enum IndicatorType { None = 0, Overdue = 1, Priority = 2, OnControl = 3, ResponsibleTask = 4, Report = 5, Expand = 6, Collapse = 7, CurrentNode = 8 }