ActionMenuSubscription

class omni.kit.menu.utils.ActionMenuSubscription(_on_del: Callable)

Bases: object

Action menu subscription wrapper to make it scoped (auto unsubscribe on del) (deprecated)

Methods

__init__(_on_del)

unsubscribe()

__init__(_on_del: Callable)