Back to Trilium

Interface PromptDialogOptions

docs/Script API/interfaces/Frontend_Script_API._internal_.PromptDialogOptions.html

0.102.21.2 KB
Original Source

Interface PromptDialogOptions

interface PromptDialogOptions {
callback?: (value: null | string) => void;
defaultValue?: string;
message?: string;
shown?: PromptShownDialogCallback;
title?: string;
}

Index

Properties

callback?defaultValue?message?shown?title?

Properties

Optionalcallback

callback?: (value: null | string) => void

OptionaldefaultValue

defaultValue?: string

Optionalmessage

message?: string

Optionalshown

shown?: PromptShownDialogCallback

Optionaltitle

title?: string

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties callbackdefaultValuemessageshowntitle