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