Chunk: {
    modules?: string[];
    namespace: string;
    urlPath: string;
}

Type declaration

  • Optional modules?: string[]

    An array of modules included in the chunk, by relative module path.

  • namespace: string

    The extension id of the chunk or 'core'.

  • urlPath: string

    The relative URL path to the chunk.

Generated using TypeDoc v0.24.8