ui/build/sortable/sortable-item.svelte
ui/build/sortable/sortable-item.svelte
Interfaces
SortableItemProps
Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:7
Properties
child
child: Snippet<[{
props: {
class: string;
data-sortable-disabled: string | undefined;
data-sortable-id: string;
isDragging: boolean;
};
}]>;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:11
disabled?
optional disabled?: boolean;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:10
id
id: string;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:8
isDragging
isDragging: boolean;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:9
Type Aliases
default
type default = ReturnType<typeof default>;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:26
Variables
default
const default: Component;Defined in: apps/website/.api-docs-entry/ui/build/sortable/sortable-item.svelte.d.ts:26