Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineCopyComponent

Inline Copy component

Usage:
import { InlineCopyModule } from 'patternfly-ng/copy';

Or:
import { InlineCopyModule } from 'patternfly-ng';

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

Methods

copyToClipboard

  • copyToClipboard(): void

Protected copyValueToClipboard

  • copyValueToClipboard(): void

Generated using TypeDoc