RevGrid - v0.9.3
    Preparing search index...
    interface TruncatedTextWidth {
        text: undefined | string;
        textWidth: number;
    }
    Index

    Properties

    Properties

    text: undefined | string

    undefined if it fits; truncated version of provided string if it does not.

    textWidth: number

    Width of provided text if it fits; width of truncated string if it does not.