Hiyve Components - v1.0.0
    Preparing search index...
    interface SearchCardProps {
        cloud?: CloudClient;
        colors?: Partial<RoomDashboardColors>;
        labels: RoomDashboardLabels;
        roomName?: string;
        sx?: SxProps<Theme>;
        userId?: string;
    }
    Index

    Properties

    cloud?: CloudClient

    CloudClient instance for search and AI queries

    colors?: Partial<RoomDashboardColors>
    roomName?: string

    Room name for scoping search to this room's content

    sx?: SxProps<Theme>
    userId?: string

    User ID for scoping search results