trackByPredicates
trackByPredicates: ((a: number, b: KeyValue<number, EditablePredicate>) => EditablePredicate)
Type declaration
- (a: number, b: KeyValue<number, EditablePredicate>): EditablePredicate
Parameters
a: number
b: KeyValue<number, EditablePredicate>
Returns EditablePredicate
Whether the contents displayed in this component can be edited by the user or not.
Defaults to
true