Packages

p

react

clipboard

package clipboard

External facade

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. clipboard
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ClipboardOptions extends Object
    Annotations
    @JSType()
  2. final case class CopyToClipboard(text: String, onCopy: OnCopy = (_, _) => Callback.empty, options: Option[ClipboardOptions] = None) extends ReactPropsWithChildren[CopyToClipboard] with Product with Serializable

    Text to be copied to clipboard Optional callback, will be called when text is copied Optional copy-to-clipboard options.

  3. type OnCopy = (String, Boolean) => Callback

Value Members

  1. object ClipboardOptions
  2. object CopyToClipboard extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped