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

    Interface PluginRegistryOptions

    Options for controlling plugin registry behavior.

    interface PluginRegistryOptions {
        experimentalEnabled?: boolean;
        experimentalAllow?: readonly string[];
    }
    Index

    Properties

    experimentalEnabled?: boolean

    Allow experimental plugins to be registered.

    experimentalAllow?: readonly string[]

    Explicit allowlist of experimental plugin IDs.