devowl-wp
    Preparing search index...

    Type Alias OptInAllEvent<ServiceAdditional>

    type OptInAllEvent<ServiceAdditional = object> = {
        ready: Promise<[void[], void[]]>;
        services: { group: ServiceGroup; service: Service & ServiceAdditional }[];
    }

    Type Parameters

    • ServiceAdditional = object
    Index

    Properties

    Properties

    ready: Promise<[void[], void[]]>

    This promise determines if all the opt-in scripts are loaded and fully available.

    services: { group: ServiceGroup; service: Service & ServiceAdditional }[]