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

    Interface ReportStartEventData<T>

    interface ReportStartEventData<T extends Module = Module> {
        reportStart: { mod: T } & { inPayloads?: Payload[] };
        [key: string | number | symbol]: EventArgs;
    }

    Type Parameters

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    reportStart: { mod: T } & { inPayloads?: Payload[] }