Flarum (v2.0.0-beta.2)
    Preparing search index...

    Interface IExportRegistryInternal

    interface IExportRegistry {
        moduleExports: Map<string, Map<string, any>>;
        onLoads: Map<string, Map<string, Function[]>>;
        add(namespace: string, id: string, object: any): void;
        get(namespace: string, id: string): any;
        onLoad(namespace: string, id: string, handler: Function): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    moduleExports: Map<string, Map<string, any>>
    onLoads: Map<string, Map<string, Function[]>>

    Methods