@diamondlightsource/davidia
    Preparing search index...

    Interface TableDisplayParams

    Parameters for TableDisplay.

    interface TableDisplayParams {
        displayType?: TableDisplayType;
        numberDigits?: number;
    }
    Index

    Properties

    displayType?: TableDisplayType

    The table display type (optional)

    numberDigits?: number

    The number of digits to display for each data value (optional)