Member Junction
    Preparing search index...

    A single

    entry within a lazy chunk, pairing the base class name with the key. Used to generate compound lookup keys in the format 'BaseClassName::Key'.

    interface LazyChunkEntry {
        baseClassName: string;
        key: string;
    }
    Index

    Properties

    Properties

    baseClassName: string

    The base class name (first decorator argument, e.g., 'BaseResourceComponent')

    key: string

    The

    key (second decorator argument, e.g., 'HomeDashboard')