PromptPicker.svelte

Declarations
#

view source

PromptPicker
#

PromptPicker.svelte view source

onpick

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

filter?

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

exclude_ids?

type Array<Uuid> | undefined
optional

selected_ids?

type Array<Uuid> | undefined
optional

Depends on
#