File

projects/netgrif-components-core/src/lib/search/models/predicate-removal-event.ts

Description

Holds information about a search predicate removal

Index

Properties

Properties

clearInput
clearInput: boolean
Type : boolean

Whether the corresponding search input should be cleared

index
index: number
Type : number

Index of the removed predicate

export interface PredicateRemovalEvent {
    /**
     * Index of the removed predicate
     */
    index: number;
    /**
     * Whether the corresponding search input should be cleared
     */
    clearInput: boolean;
}

result-matching ""

    No results matching ""