Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICopyToClipboardProps

Hierarchy

  • ICopyToClipboardProps

Index

Properties

Properties

Optional children

children: React.ReactNode

Optional onCopy

onCopy: (text: string, result: boolean) => void

Type declaration

    • (text: string, result: boolean): void
    • Parameters

      • text: string
      • result: boolean

      Returns void

text

text: string

Generated using TypeDoc