Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mbGetAction

mbGetAction(
t_viewType
t_uniqueId
)
=> o_action / nil

Description

Retrieves an action from the menu builder data structure.

Arguments

t_viewType

Name of the view type for which this action has been registered.

t_uniqueId

Unique ID for the reference action.

Values Returned

o_action

ID of the hi action that is retrieved.

nil

No hi action is found with the specified arguments.

Example

Retrieves the action del from menu builder data structure for the maskLayout view type.

action=mbGetAction("maskLayout" "del")

Returns del.


Return to top
 ⠀
X