midorable
Preparing search index...
@rutan/midorable
index
SystemClipboardFeature
Interface SystemClipboardFeature
interface
SystemClipboardFeature
{
readText
()
:
Promise
<
string
>
;
writeText
(
text
:
string
)
:
Promise
<
void
>
;
}
Index
Methods
read
Text
write
Text
Methods
read
Text
readText
()
:
Promise
<
string
>
クリップボードからテキストを読み取る
Returns
Promise
<
string
>
write
Text
writeText
(
text
:
string
)
:
Promise
<
void
>
クリップボードにテキストを書き込む
Parameters
text
:
string
書き込みたいテキスト
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
Text
write
Text
midorable
Loading...
クリップボードからテキストを読み取る