pub fn ContextMenu(props: ContextMenuProps) -> impl IntoViewExpand description
A menu portaled to the document at position (x, y), shown while open is true.
Clicking the backdrop or pressing Escape closes it; arrow, Home, and End
keys move focus across its children.
ยงRequired Props
- open:
RwSignal<bool> - x:
impl Into<Signal<i32>> - y:
impl Into<Signal<i32>> - children:
ChildrenFn