cheetah-grid
    Preparing search index...

    Interface StylePropertyFunctionArg

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

    Properties

    Properties

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