An interface describing settings for clipboard options

Constructors

Accessors

  • get copyFormatters(): boolean

    Returns boolean

  • set copyFormatters(value: boolean): 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: boolean): void

    Include the columns headers in the clipboard output.

    Parameters

    • value: boolean

    Returns void

  • get enabled(): boolean

    Returns boolean

  • set enabled(value: boolean): void

    Enables/disables the copy behavior

    Parameters

    • value: boolean

    Returns void

  • get separator(): string

    Returns string

  • set separator(value: string): void

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

    Parameters

    • value: string

    Returns void