interface GridColumnMenuState {
    field?: string;
    open: boolean;
}

Properties

Properties

field?: string
open: boolean