UI Action - v0.9.2
    Preparing search index...

    Type Alias FilterPushEventHandler<T>

    FilterPushEventHandler: (this: void, value: readonly T[] | undefined) => void

    Type Parameters

    • T

    Type declaration

      • (this: void, value: readonly T[] | undefined): void
      • Parameters

        • this: void
        • value: readonly T[] | undefined

        Returns void