interface GridPinnedColumnFields {
    left?: string[];
    right?: string[];
}

Properties

Properties

left?: string[]
right?: string[]