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

    Props for the SessionCard component (individual session row).

    interface SessionCardProps {
        colors?: Partial<SessionListColors>;
        labels?: Partial<SessionListLabels>;
        onClick?: (session: Session) => void;
        resolveRoomAlias?: (roomName: string) => string | undefined;
        session: Session;
        showRoomName?: boolean;
        styles?: Partial<SessionListStyles>;
    }
    Index

    Properties

    colors?: Partial<SessionListColors>

    Colors

    labels?: Partial<SessionListLabels>

    Labels

    onClick?: (session: Session) => void

    Click handler

    resolveRoomAlias?: (roomName: string) => string | undefined

    Resolve room name to a display alias

    session: Session

    Session data

    showRoomName?: boolean

    Whether to show room name (e.g., when list is filtered to a single room)

    styles?: Partial<SessionListStyles>

    Styles