interface ModuleDetachedEventData {
    moduleDetached: { mod: Module };
    [key: string | number | symbol]: EventArgs;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

moduleDetached: { mod: Module }