@samatawy/rules
    Preparing search index...

    Class OutputAction

    A simple action that sets a specific output key to the value of an expression when executed. This is a common type of action that can be used in many rules to produce an output based on the evaluation of an expression. The action specifies which output key it will set and what expression will be evaluated to determine the value to set.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    preparedEffect?: Partial<RuleEffect>
    compiled?: Function

    Methods

    • What functions are invoked by this action? This information can be used for optimization, caching, or to determine which function nodes in the graph are relevant for this action.

      Returns Set<string>

      a set of function names invoked by this action.