UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

10 lines (9 loc) 208 B
/** * Contains configuration of the tree case view service */ export interface TreeCaseViewConfiguration { /** * The page size of requests for loading node children */ pageSize: number; }