PartList.svelte

Declarations
#

view source

PartList
#

PartList.svelte view source

parts

type Array<PartUnion>

prompt?

type Prompt | undefined
optional

onreorder?

type ((from_index: number, to_index: number) => void) | undefined
optional

reorderable_options?

type ReorderableOptions | undefined
optional

item_attrs?

type SvelteHTMLElements['li'] | undefined
optional

attrs?

type SvelteHTMLElements['ul'] | undefined
optional

empty?

type Snippet | undefined
optional

Depends on
#

Imported by
#