ContextmenuMenu.svelte

view source

Declarations
#

4 declarations

ContextmenuMenu
#

ContextmenuMenu.svelte view source

import ContextmenuMenu from '@fuzdev/fuz_ui/ContextmenuMenu.svelte';

contextmenu

The contextmenu state owned by the root.

open_guard

Guards the menu from the residual events of the gesture that opened it. Owned by the root, which arms it when its gesture detection opens the menu.

link_entry

Snippet for rendering link entries, or null to disable them.

type Snippet<[any]> | null

text_entry

Snippet for rendering copy text entries, or null to disable them.

type Snippet<[any]> | null

separator_entry

Snippet for rendering separator entries, or null to disable them.

type Snippet<[any]> | null

el?

The menu element while opened - bound by the roots for their gesture handlers.

type HTMLElement
optional bindable

link_entry_default
#

separator_entry_default
#

text_entry_default
#

Depends on
#

Imported by
#