XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface ModuleAttachedEventData

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

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    moduleAttached: { mod: Module }