@labkey/api
    Preparing search index...

    Interface ResponseColumn

    interface ResponseColumn {
        align: string;
        dataIndex: string;
        editable: boolean;
        header: string;
        hidden: boolean;
        required: boolean;
        scale: number;
        sortable: boolean;
        width: number;
    }
    Index

    Properties

    align: string
    dataIndex: string
    editable: boolean
    header: string
    hidden: boolean
    required: boolean
    scale: number
    sortable: boolean
    width: number