Appearance
RevoGrid Documentation v4.15.3 / Nullable
type Nullable<T>: { [P in keyof T]: T[P] | null };
T
src/types/interfaces.ts:22