[F] getActionDetails
function getActionDetails(program, operation): undefined | ActionDetails;
Gets the ActionDetails for the specified operation if it has previously been marked with @action.
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
program | Program |
operation | Operation |
Returns
Section titled “Returns”undefined
| ActionDetails