Member Junction
    Preparing search index...
    • Produces the persistable form of an action's parameters, applying the three redaction rules documented on this module.

      Parameters

      • params: ActionParam[]

        The runtime parameters, as passed to (or returned by) the action.

      • OptionalactionParams: MJActionParamEntity[]

        The ActionParam definition rows for the action. When a runtime parameter has no matching definition its value is logged — ActionParam.LogValue defaults to 1, and an undeclared parameter has no declaration to opt out with. Rule 1 does not depend on this lookup.

      • OptionalentityActionParams: MJEntityActionParamEntity[]

        The EntityActionParam binding rows, when the run originated from an Entity Action. Omitted for direct invocations, in which case rules 1 and 2 cannot apply.

      Returns LoggedParam[]