Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common/src
ClipboardSource
Interface ClipboardSource
interface
ClipboardSource
{
doCopy
?:
(
(
args
)
=>
string
|
DynamicClipboardItem
)
;
element
:
(
(
)
=>
HTMLElement
)
;
}
Index
Properties
do
Copy?
element
Properties
Optional
do
Copy
do
Copy
?:
(
(
args
)
=>
string
|
DynamicClipboardItem
)
Type declaration
(
args
)
:
string
|
DynamicClipboardItem
Parameters
args
:
CopyClipboardArgument
Returns
string
|
DynamicClipboardItem
element
element
:
(
(
)
=>
HTMLElement
)
A method that allows or focus to be called. (and supports an addEventListener('focus'))
Type declaration
(
)
:
HTMLElement
Returns
HTMLElement
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
do
Copy
element
SheetXL - v0.1.84
Loading...
A method that allows or focus to be called. (and supports an addEventListener('focus'))