PromptPickerDialog.svelte

Declarations
#

view source

PromptPickerDialog
#

PromptPickerDialog.svelte view source

onpick

type (prompt: Prompt | undefined) => boolean | void

show?

type boolean | undefined
optional bindable

filter?

type ((prompt: Prompt) => boolean) | undefined
optional

exclude_ids?

type Array<Uuid> | undefined
optional

selected_ids?

type Array<Uuid> | undefined
optional

dialog_props?

type OmitStrict<ComponentProps<typeof Dialog>, 'children'> | undefined
optional

Depends on
#