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

    Interface PresenterSyncState

    State that a presenter can broadcast to followers.

    interface PresenterSyncState {
        activeTab?: string;
        fileToOpen?: { file: unknown; tabId: string } | null;
        sidebarOpen?: boolean;
    }
    Index

    Properties

    activeTab?: string

    Active sidebar tab ID

    fileToOpen?: { file: unknown; tabId: string } | null

    File to open (tab + file object), or null to close

    sidebarOpen?: boolean

    Whether the sidebar is open