Member Junction
    Preparing search index...

    Interface MJActionEntity_IRuntimeLibraryReference

    Reference to a sandbox library. Names must match the approved library registry in @memberjunction/action-runtime. Version is optional and only honored if multiple versions of the same library are registered.

    interface MJActionEntity_IRuntimeLibraryReference {
        name: string;
        version?: string;
    }
    Index

    Properties

    Properties

    name: string

    Library name as used in require() / import (e.g. "papaparse")

    version?: string

    Optional semver constraint. If omitted, uses the registry's default.