Preparing search index...
The search index is not available
lib.reviews
lib.reviews
frontend/editor-prompt
PromptSpec
Interface PromptSpec
interface
PromptSpec
{
callback
:
(
attrs
:
Record
<
string
,
unknown
>
)
=>
void
;
fields
:
Record
<
string
,
Field
<
string
>
>
;
title
?:
string
;
view
:
EditorView
&
{
disable
()
:
void
;
enable
()
:
void
}
;
}
Index
Properties
callback
fields
title?
view
Properties
callback
callback
:
(
attrs
:
Record
<
string
,
unknown
>
)
=>
void
fields
fields
:
Record
<
string
,
Field
<
string
>
>
Optional
title
title
?:
string
view
view
:
EditorView
&
{
disable
()
:
void
;
enable
()
:
void
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
fields
title
view
lib.reviews
Loading...