Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICopyButtonProps

Hierarchy

  • ICopyButtonProps

Index

Properties

Optional onClick

onClick: MouseEventHandler<Element>

Optional onCopyError

onCopyError: string | (() => void)

Optional onCopySuccess

onCopySuccess: string | (() => void)

text

text: string | (() => string)

Generated using TypeDoc