Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CopyBase

A config containing properties for copy components

Hierarchy

Index

Constructors

constructor

Properties

copyBtnAriaLabel

copyBtnAriaLabel: string

Copy button aria label (announced to screen readers)

Protected copyService

copyService: CopyService

copyValue

copyValue: string

The text node to be copied to the users clipboard

onCopyToClipboard

onCopyToClipboard: EventEmitter<CopyEvent> = new EventEmitter()

Event emitted with the chart reference after load is complete

tooltip

tooltip: string

Tooltip text for the copyValue

tooltipPlacement

tooltipPlacement: string = "top"

Placement for the tooltip that further describes the copyValue

Accessors

recentlyCopied

  • get recentlyCopied(): boolean
  • Returns the flag indicating copy action has just happened

    Returns boolean

    True if copy action has been triggered

Methods

Protected copyValueToClipboard

  • copyValueToClipboard(): void

Generated using TypeDoc