Member Junction
    Preparing search index...

    Information about a class decorated with

    interface RegisteredClassInfo {
        baseClassName?: string;
        className: string;
        filePath: string;
        key?: string;
        packageName: string;
    }
    Index

    Properties

    baseClassName?: string

    The base class name from the decorator (first argument)

    className: string

    The class name

    filePath: string

    Absolute path to the source file

    key?: string

    The key from the decorator (second argument)

    packageName: string

    The npm package name (e.g., @memberjunction/core)