@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Interface InfoBoxTabOptions

    interface InfoBoxTabOptions {
        image: TabImageType;
        Title: (props: { uuids: string[] }) => Element;
        Tooltip?: string;
    }
    Index

    Properties

    Properties

    image: TabImageType
    Title: (props: { uuids: string[] }) => Element
    Tooltip?: string