Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineCopyComponent

Hierarchy

Index

Constructors

constructor

Properties

copiedToClipboard

copiedToClipboard: EventEmitter<CopiedMsg> = new EventEmitter()

Event emitted with the chart reference after load is complete

type

{EventEmitter}

copyBtnAriaLabel

copyBtnAriaLabel: string

Copy button aria label (announced to screen readers)

type

{string}

Protected copyService

copyService: CopyService

copyValue

copyValue: string = "Missing 'copyValue' @Input property"

The text node to be copied to the users clipboard

type

{string}

tooltip

tooltip: string

Tooltip text for the copyValue

type

{string}

tooltipPlacement

tooltipPlacement: string = "top"

Placement for the tooltip that further describes the copyValue

type

{string}

Accessors

recentlyCopied

  • get recentlyCopied(): boolean

Methods

copyToClipboard

  • copyToClipboard(): void

Protected copyValueToClipboard

  • copyValueToClipboard(accessibleName: string): void

Generated using TypeDoc