nexus-agents - v2.80.0
    Preparing search index...

    Interface PlanCompileOptions

    Options for plan compilation.

    interface PlanCompileOptions {
        pluginRegistry?: IPluginRegistry;
    }
    Index

    Properties

    Properties

    pluginRegistry?: IPluginRegistry

    Plugin registry for resolving stage handlers. When provided, stages with a registered pluginId will use the plugin's execute() method.