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

    Interface ModuleBusyEventData<TModule>

    interface ModuleBusyEventData<TModule extends object = object> {
        moduleBusy: { mod: TModule } & { busy: boolean };
        [key: string | number | symbol]: EventArgs;
    }

    Type Parameters

    • TModule extends object = object

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    moduleBusy: { mod: TModule } & { busy: boolean }