KC's Workspace
    Preparing search index...
    interface PreRenderedChunk {
        exports: string[];
        facadeModuleId?: string;
        isDynamicEntry: boolean;
        isEntry: boolean;
        moduleIds: string[];
        name: string;
    }
    Index

    Properties

    exports: string[]

    Exported variable names from this chunk.

    facadeModuleId?: string

    The id of a module that this chunk corresponds to.

    isDynamicEntry: boolean

    Whether this chunk is a dynamic entry point.

    isEntry: boolean

    Whether this chunk is a static entry point.

    moduleIds: string[]

    The list of ids of modules included in this chunk.

    name: string

    The name of this chunk, which is used in naming patterns.