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

    Type Alias LinkoutResult

    A single result of a linkout performed by the LisLinkoutElement class.

    type LinkoutResult = {
        href: string;
        text: string;
    }
    Index

    Properties

    Properties

    href: string
    text: string