PartPickerDialog.svelte

Declarations
#

view source

PartPickerDialog
#

PartPickerDialog.svelte view source

onpick

type (part: PartUnion | undefined) => boolean | void

show?

type boolean | undefined
optional bindable

filter?

type ((part: PartUnion) => boolean) | undefined
optional

exclude_ids?

type Array<Uuid> | undefined
optional

dialog_props?

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

Depends on
#