Endo
    Preparing search index...
    interface PersistedState {
        name?: string;
        recentRooms: RecentRoom[];
    }
    Index

    Properties

    Properties

    name?: string

    self-proposed-name to use on the next join. Persists across sessions so the user doesn't have to retype it.

    recentRooms: RecentRoom[]

    Most-recent-first; bounded at MAX_RECENT_ROOMS entries.