Hiyve Components - v1.0.0
    Preparing search index...
    interface RoomFileScopeProps {
        children: ReactNode;
        defaultShowAll?: boolean;
        disableToggle?: boolean;
        roomName?: string;
        storageKey?: string;
    }
    Index

    Properties

    children: ReactNode
    defaultShowAll?: boolean
    disableToggle?: boolean
    roomName?: string
    storageKey?: string

    localStorage key for persisting the toggle state. When provided, the room filter preference is saved and restored across sessions.