trilium
Preparing search index...
Frontend Script API
<internal>
PromptDialogOptions
Interface PromptDialogOptions
interface
PromptDialogOptions
{
callback
?:
(
value
:
null
|
string
)
=>
void
;
defaultValue
?:
string
;
message
?:
string
;
shown
?:
PromptShownDialogCallback
;
title
?:
string
;
}
Index
Properties
callback?
default
Value?
message?
shown?
title?
Properties
Optional
callback
callback
?:
(
value
:
null
|
string
)
=>
void
Optional
default
Value
defaultValue
?:
string
Optional
message
message
?:
string
Optional
shown
shown
?:
PromptShownDialogCallback
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
default
Value
message
shown
title
trilium
Loading...