PartPicker.svelte

Declarations
#

view source

PartPicker
#

PartPicker.svelte view source

onpick

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

filter?

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

exclude_ids?

type Array<Uuid> | undefined
optional

Depends on
#