Hiyve Components - v1.0.0
    Preparing search index...

    Interface PrebuiltRoomSidebarConfig

    interface PrebuiltRoomSidebarConfig {
        defaultTab?: string;
        showAssignments?: boolean;
        showChat?: boolean;
        showClips?: boolean;
        showFiles?: boolean;
        showIntelligence?: boolean;
        showNotes?: boolean;
        showParticipants?: boolean;
        showPolls?: boolean;
        showQA?: boolean;
        showSearch?: boolean;
        showWhiteboard?: boolean;
        tabOrder?: string[];
    }
    Index

    Properties

    defaultTab?: string

    Default open sidebar tab

    showAssignments?: boolean

    Show assignments session tab (requires @hiyve/react-assignments)

    showChat?: boolean

    Show chat tab

    showClips?: boolean

    Show clips session tab (requires @hiyve/react-clips)

    showFiles?: boolean

    Show files tab

    showIntelligence?: boolean

    Show intelligence hub tab

    showNotes?: boolean

    Show notes session tab (requires @hiyve/react-notes)

    showParticipants?: boolean

    Show participants tab

    showPolls?: boolean

    Show polls tab

    showQA?: boolean

    Show Q&A tab

    showSearch?: boolean

    Show search tab (requires intelligence)

    showWhiteboard?: boolean

    Show whiteboard session tab (requires @hiyve/react-whiteboard)

    tabOrder?: string[]

    Custom tab display order. Array of tab IDs (e.g. ['chat','files','whiteboard']). Tabs not listed appear after listed ones.