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

    Interface RoomDashboardContext

    Context passed to custom card render functions.

    interface RoomDashboardContext {
        colors: RoomDashboardColors;
        isOwner: boolean;
        roomId: string;
        styles: RoomDashboardStyles;
        userId: string;
    }
    Index

    Properties

    isOwner: boolean
    roomId: string
    userId: string