package clipboard
External facade
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- clipboard
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ClipboardOptions extends Object
- Annotations
- @JSType()
- 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.
- type OnCopy = (String, Boolean) => japgolly.scalajs.react.Callback
Value Members
- object ClipboardOptions
- object CopyToClipboard extends Serializable