RevGrid - v0.9.3
    Preparing search index...
    interface Config {
        backgroundColor: string;
        backgroundSelectionColor: string;
        bounds: RevRectangle;
        color: string;
        foregroundSelectionColor: string;
        isSelected: boolean;
        value: number[];
    }
    Index

    Properties

    backgroundColor: string
    backgroundSelectionColor: string
    bounds: RevRectangle
    color: string
    foregroundSelectionColor: string
    isSelected: boolean
    value: number[]