Documentation - v19.2.0-dev
    Preparing search index...
    interface InfoboxWidgetTab {
        Content: FunctionComponent;
        hidden?: (viewer: Viewer, uuid: string | null) => Promise<boolean>;
        id: string;
        image: TabImageType;
        order?: number;
        Title: FunctionComponent;
        Tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Content: FunctionComponent

    React component to display when the infobox tab is selected

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

    id of the Tab

    Infobox tab image

    order?: number

    Order of the tab in the tabview. Lower first.

    100
    
    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