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