@samatawy/rules
    Preparing search index...

    Class CompositeAction

    A composite action allows for combining multiple executable actions into a single action that executes all of them together. This can be useful for rules that need to perform multiple operations as a consequence of being satisfied, such as setting multiple output values or performing a series of operations in sequence.

    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.