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

buttonAriaLabel

buttonAriaLabel: string

Copy button aria label (announced to screen readers)

Protected copyService

copyService: CopyService

onCopy

onCopy: EventEmitter<Object> = new EventEmitter()

Event emitted when values are copied to the clipboard

tooltip

tooltip: string

A tooltip that describes the value to be copied

tooltipPlacement

tooltipPlacement: string = "top"

Placement for the tooltip

value

value: string

The value to be copied to the clipboard

Accessors

recentlyCopied

  • get recentlyCopied(): boolean

Methods

copy

  • copy(): void

Generated using TypeDoc