Type alias LinkoutFunction<LinkoutData>

LinkoutFunction<LinkoutData>: ((linkoutData, options) => 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

Returns

A Promise that resolves to a LinkoutResults object.

Generated using TypeDoc