CopyConfig: {
    format: CopyFormatFunc;
    headers: "none" | "row" | "column" | "all";
    separator: string;
    warningThreshold: number;
}

A type alias for the data grid copy config.

Type declaration

  • Readonly format: CopyFormatFunc

    The function for formatting the data values.

  • Readonly headers: "none" | "row" | "column" | "all"

    The headers to included in the copied output.

  • Readonly separator: string

    The separator to use between values.

  • Readonly warningThreshold: number

    The cell count threshold for a copy to be considered "large".