RevGrid - v0.9.3
    Preparing search index...
    interface PaintFingerprintInterface {
        backgroundColor: string;
        borderColor: undefined | string;
        boxLineWidth: number;
        boxSideLength: undefined | number;
        color: string;
        errorFont: undefined | string;
        value: undefined | null | boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor: string
    borderColor: undefined | string
    boxLineWidth: number
    boxSideLength: undefined | number
    color: string
    errorFont: undefined | string
    value: undefined | null | boolean