@legumeinfo/web-components
    Preparing search index...

    Type Alias Constructor<T, Params>

    Constructor: new (...args: Params) => T

    The constructor used to type constrain the super class type of the LisPaginatedSearchMixin mixin.

    Type Parameters

    • T = {}

      The type of class to be instantiated.

    • Params extends any[] = any[]

      The type of the parameters argument for T.

    Type declaration

      • new (...args: Params): T
      • Parameters

        • ...args: Params

          The arguments that will be passed to the super class constructor.

        Returns T