DiskfilePickerDialog.svelte

Declarations
#

view source

DiskfilePickerDialog
#

DiskfilePickerDialog.svelte view source

onpick

type (diskfile: Diskfile | undefined) => boolean | void

show?

type boolean | undefined
optional bindable

filter?

type ((diskfile: Diskfile) => boolean) | undefined
optional

exclude_ids?

type Array<Uuid> | undefined
optional

selected_ids?

type Array<Uuid> | undefined
optional

dialog_props?

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

Depends on
#

Imported by
#