interface ModuleAttachedEventData {
    moduleAttached: { mod: Module };
    [key: string | number | symbol]: EventArgs;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

moduleAttached: { mod: Module }