@stereograph/teiaviewer - v18.6.0-dev
    Preparing search index...

    Interface SettingsWidgetTab

    interface SettingsWidgetTab {
        Content: FunctionComponent;
        hidden?: (viewer: Viewer, uuid: string) => Promise<boolean>;
        id: string;
        image: TabImageType;
        Title: FunctionComponent;
        Tooltip?: string;
    }

    Hierarchy

    • TabViewItem
      • SettingsWidgetTab
    Index

    Properties

    Content: FunctionComponent

    React component to display when the infobox tab is selected

    hidden?: (viewer: Viewer, uuid: string) => Promise<boolean>
    id: string

    id of the Tab

    image: TabImageType

    Infobox tab image

    Title: FunctionComponent

    FunctionComponent that returns the title of the infobox tab displayed in the header

    Tooltip?: string

    Tooltip of the infobox tab displayed when hovering the icon