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

    Type Alias LinkoutFunction<LinkoutData>

    LinkoutFunction: (
        linkoutData: LinkoutData,
        options: LinkoutOptions,
    ) => Promise<LinkoutResults>

    The signature of the function of the LisLinkoutElement class required for performing a linkout.

    Type Parameters

    • LinkoutData

      The type of the linkout function linkoutData parameter.

    Type declaration