Interface IClipboardOptions

An interface describing settings for clipboard options

Properties

copyFormatters: boolean

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

copyHeaders: boolean

Include the columns headers in the clipboard output.

enabled: boolean

Enables/disables the copy behavior

separator: string

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