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

    Interface ActiveRoomCardProps

    Props for the ActiveRoomCard component.

    interface ActiveRoomCardProps {
        colors?: Partial<ActiveRoomCardColors>;
        icons?: Partial<ActiveRoomCardIcons>;
        labels?: Partial<ActiveRoomCardLabels>;
        onError?: (error: Error) => void;
        onJoin?: (room: ActiveRoom) => void;
        room: ActiveRoom;
        styles?: Partial<ActiveRoomCardStyles>;
    }
    Index

    Properties

    colors?: Partial<ActiveRoomCardColors>

    Custom colors

    icons?: Partial<ActiveRoomCardIcons>

    Custom icons

    labels?: Partial<ActiveRoomCardLabels>

    Custom labels

    onError?: (error: Error) => void

    Error callback

    onJoin?: (room: ActiveRoom) => void

    Called when the join button is clicked

    The active room to display

    styles?: Partial<ActiveRoomCardStyles>

    Custom styles