Interface IExportRegistryInternal

Hierarchy

  • IExportRegistry

Implemented by

Properties

Methods

Properties

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

Methods

  • Add an instance to the registry. Identified by a namespace (extension ID) and an ID (module path).

    Parameters

    • namespace: string
    • id: string
    • object: any

    Returns void

  • Add a function to run when object of id "id" is added (or overriden). If such an object is already registered, the handler will be applied immediately.

    Parameters

    • namespace: string
    • id: string
    • handler: Function

    Returns void

Generated using TypeDoc v0.24.8