OverviewPage
- class omni.kit.window.extensions.ext_info_widget.OverviewPage
Bases:
PageBase
Build a class with same interface and add it to ExtInfoWidget.pages below to have it show up as a tab
Methods
build_tab
(ext_info, ext_item)Builds the content for the overview tab.
destroy
()Cleans up resources and UI elements associated with the overview tab.
Get the name used for the tab name in the UI
- __init__()
- build_tab(ext_info, ext_item: ExtensionCommonInfo)
Builds the content for the overview tab.
- Parameters
ext_info (dict) – The dictionary containing extension information.
ext_item (
ExtensionCommonInfo
) – The common info about the extension.
- destroy()
Cleans up resources and UI elements associated with the overview tab.
- static get_tab_name()
Get the name used for the tab name in the UI
- Returns
The name of the tab.
- Return type
str