PromptPickerDialog.svelte view source
onpick
type
(prompt: Prompt | undefined) => boolean | voidshow?
type
boolean | undefinedoptional bindable
filter?
type
((prompt: Prompt) => boolean) | undefinedoptional
exclude_ids?
type
Array<Uuid> | undefinedoptional
selected_ids?
type
Array<Uuid> | undefinedoptional
dialog_props?
type
OmitStrict<ComponentProps<typeof Dialog>, 'children'> | undefinedoptional