Dialog.svelte

Declarations
#

view source

Dialog
#

Dialog.svelte view source

container?

type HTMLElement
optional

layout?

optional

index?

index 0 is under 1 is under 2 etc -- the topmost dialog is the last in the array

type number
optional

active?

type boolean
optional

content_selector?

If provided, prevents clicks that would close the dialog from bubbling past any elements matching this selector.

type string | null
optional

onclose?

type () => void
optional

children

type Snippet<[close: (e?: Event) => void]>

Depends on
#

Imported by
#