An interface describing settings for clipboard options

Constructors

Accessors

  • get copyFormatters(): boolean
  • Returns boolean

  • set copyFormatters(value): void
  • Apply the columns formatters (if any) on the data in the clipboard output.

    Parameters

    • value: boolean

    Returns void

  • get copyHeaders(): boolean
  • Returns boolean

  • set copyHeaders(value): void
  • Include the columns headers in the clipboard output.

    Parameters

    • value: boolean

    Returns void

  • get enabled(): boolean
  • Returns boolean

  • set enabled(value): void
  • Enables/disables the copy behavior

    Parameters

    • value: boolean

    Returns void

  • get separator(): string
  • Returns string

  • set separator(value): void
  • The separator used for formatting the copy output. Defaults to \t.

    Parameters

    • value: string

    Returns void