MCPcopy Create free account
hub / github.com/6pac/SlickGrid / DataViewHints

Interface DataViewHints

src/models/dataViewHints.interface.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DataViewHints {
2 ignoreDiffsBefore?: number;
3 ignoreDiffsAfter?: number;
4 isFilterNarrowing?: boolean;
5 isFilterExpanding?: boolean;
6 isFilterUnchanged?: boolean;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected