CopyButton
Panoramax.components.ui.CopyButton ⇐ lit.LitElement
Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Element: pnx-copy-button
- .CopyButton ⇐
lit.LitElement
- new CopyButton()
- .properties :
Object
new CopyButton()
Copy Button element allows top copy in clipboard some text.
Example
copyButton.properties : Object
Component properties.
Kind: instance property of CopyButton
Properties
Name | Type | Description |
---|---|---|
[text] | string |
Text to copy in clipboard on click (use either this parameter or input, not both) |
[input] | input |
ID of a HTML input field to copy content from in clipboard (use either this parameter or text, not both) |