hashiverse-client-web - v0.1.0
Hashiverse
Preparing search index...
tabs/compose/ComposeEditor
ComposeEditorHandle
Interface ComposeEditorHandle
interface
ComposeEditorHandle
{
focus
:
()
=>
void
;
has_meaningful_content
:
()
=>
boolean
;
insert_image_blob
:
(
blob
:
Blob
)
=>
Promise
<
void
>
;
insert_url_preview
:
(
url
:
string
)
=>
void
;
insert_youtube_url
:
(
url
:
string
)
=>
void
;
set_content
:
(
html
:
string
)
=>
void
;
}
Index
Properties
focus
has_
meaningful_
content
insert_
image_
blob
insert_
url_
preview
insert_
youtube_
url
set_
content
Properties
focus
focus
:
()
=>
void
has_
meaningful_
content
has_meaningful_content
:
()
=>
boolean
insert_
image_
blob
insert_image_blob
:
(
blob
:
Blob
)
=>
Promise
<
void
>
insert_
url_
preview
insert_url_preview
:
(
url
:
string
)
=>
void
insert_
youtube_
url
insert_youtube_url
:
(
url
:
string
)
=>
void
set_
content
set_content
:
(
html
:
string
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
focus
has_
meaningful_
content
insert_
image_
blob
insert_
url_
preview
insert_
youtube_
url
set_
content
Hashiverse
hashiverse-client-web - v0.1.0
Loading...