Interface StylePropertyFunctionArg

interface StylePropertyFunctionArg {
    col: number;
    context: CanvasRenderingContext2D;
    grid: ListGridAPI<any>;
    row: number;
}

Properties

Properties

col: number
context: CanvasRenderingContext2D
grid: ListGridAPI<any>
row: number