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

    Type Alias LinkoutResults

    The type of object the LisLinkoutElement expects back from the linkout function.

    type LinkoutResults = {
        results: LinkoutResult[];
    }
    Index

    Properties

    Properties

    results: LinkoutResult[]