LocalContextMenu#
- class omni.kit.window.filepicker.LocalContextMenu(**kwargs)#
Bases:
BaseContextMenuCreates popup menu for the hovered FileBrowserItem. In addition to the set of default actions below, users can add more via the add_menu_item API.
Methods
__init__(**kwargs)Initialize the BaseContextMenu.
Attributes
- __init__(**kwargs)#
Initialize the BaseContextMenu.
- Keyword Arguments:
title (Optional[str]) – The title of the context menu default `None`.