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