An interface describing settings for clipboard options

Hierarchy

Hierarchy

  • IgrClipboardOptions

Properties

copyFormatters?: string | boolean

Apply the columns formatters (if any) on the data in the clipboard output.

copyHeaders?: string | boolean

Include the columns headers in the clipboard output.

enabled?: string | boolean

Enables/disables the copy behavior

separator?: string

The separator used for formatting the copy output. Defaults to \t.