Skip to main content
Version: Next 🚧

[F] getActionDetails

function getActionDetails(program, operation): ActionDetails | undefined

Gets the ActionDetails for the specified operation if it has previously been marked with @action.

Parameters

ParameterType
programProgram
operationOperation

Returns

ActionDetails | undefined