@samatawy/rules
    Preparing search index...

    Class CommandExecutable

    A command action allows for external actions to be executed within the rule engine. This can be useful for rules that need to perform operations that are not natively supported by the engine, such as interacting with external systems or non-native software.

    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.