UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 272 B
/** * A collection of Task ref field dashboard component constants used to reference elements of the underlying processes */ export declare enum TaskRefDashboardConstants { DASHBOARD_ROWS = "rows", DASHBOARD_COLS = "cols", DASHBOARD_TASK_REF = "dashboard" }