ActionsModel#
- class omni.kit.actions.window.ActionsModel(
- column_registry: ColumnRegistry,
- on_search_action_fn: Callable[[Action, str], bool] = None,
Bases:
AbstractActionsModelData model for actions.
- Parameters:
column_registey (ColumnRegistry) – Registry to get column.
on_search_action_fn (Callable[[Action, str], bool]) – Callback to filter action with string. Default None.
Methods
__init__(self)Constructs AbstractItemModel.
execute(item)get_detail_items(item)get_ext_items()search(search_words)- __init__(self: omni.ui._ui.AbstractItemModel) None#
Constructs AbstractItemModel.
- `kwargsdict`
See below
### Keyword Arguments: