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