Contentful Personalization & Analytics
    Preparing search index...
    BlockHandler: (methodName: string, args: readonly unknown[]) => void

    A callback invoked when a method call is blocked by guardedBy.

    Type Declaration

      • (methodName: string, args: readonly unknown[]): void
      • Parameters

        • methodName: string

          The name of the method that was attempted.

        • args: readonly unknown[]

          The readonly array of arguments supplied to the blocked call.

        Returns void

        Nothing.