Preparing search index...
The search index is not available
SheetXL - v0.1.84
SheetXL
common-react/src
CopyPasteResults
Interface CopyPasteResults
interface
CopyPasteResults
{
clear
:
(
(
)
=>
void
)
;
commands
:
CommandMap
;
copy
:
(
(
args
?
)
=>
void
)
;
currentItem
:
DynamicClipboardItem
;
paste
:
(
(
args
?
)
=>
void
)
;
}
Hierarchy (
view full
)
CopyPasteResults
SheetCopyPasteResults
Index
Properties
clear
commands
copy
current
Item
paste
Properties
clear
clear
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
commands
commands
:
CommandMap
copy
copy
:
(
(
args
?
)
=>
void
)
Type declaration
(
args
?
)
:
void
Parameters
Optional
args
:
CopyClipboardArgument
Returns
void
current
Item
current
Item
:
DynamicClipboardItem
paste
paste
:
(
(
args
?
)
=>
void
)
Type declaration
(
args
?
)
:
void
Parameters
Optional
args
:
PasteClipboardArgument
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
clear
commands
copy
current
Item
paste
SheetXL - v0.1.84
Loading...