@nextcloud/dialogs
    Preparing search index...

    Interface EventCounts

    The EventCounts interface of the Performance API provides the number of events that have been dispatched for each event type.

    MDN Reference

    interface EventCounts {
        forEach(
            callbackfn: (value: number, key: string, parent: EventCounts) => void,
            thisArg?: any,
        ): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • callbackfn: (value: number, key: string, parent: EventCounts) => void
      • OptionalthisArg: any

      Returns void