ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface OnyxMetSearchResultItem

    Represents a single search result item from OnyxMet

    interface OnyxMetSearchResultItem {
        label: string;
        image: string;
        description: string;
        href: string;
    }
    Index

    Properties

    label: string

    The display label for the search result

    image: string

    URL to the image for the search result

    description: string

    Description text for the search result

    href: string

    URL to the search result page