UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

14 lines (13 loc) 283 B
/** * Holds information about a search predicate removal */ export interface PredicateRemovalEvent { /** * Index of the removed predicate */ index: number; /** * Whether the corresponding search input should be cleared */ clearInput: boolean; }