ContextmenuMenu.svelte view source
import ContextmenuMenu from '@fuzdev/fuz_ui/ContextmenuMenu.svelte'; contextmenu
The contextmenu state owned by the root.
type ContextmenuState
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.
type ContextmenuOpenGuard
link_entry
Snippet for rendering link entries, or null to disable them.
type
Snippet<[any]> | nulltext_entry
Snippet for rendering copy text entries, or null to disable them.
type
Snippet<[any]> | nullseparator_entry
Snippet for rendering separator entries, or null to disable them.
type
Snippet<[any]> | nullel?
The menu element while opened - bound by the roots for their gesture handlers.
type
HTMLElementoptional bindable