Flarum (v2.0.0-beta.6)
    Preparing search index...
    type Chunk = {
        modules?: string[];
        namespace: string;
        urlPath: string;
    }
    Index

    Properties

    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.