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

    Props for the QASessionViewer component.

    interface QASessionViewerProps {
        colors?: Partial<QASessionViewerColors>;
        labels?: Partial<QASessionViewerLabels>;
        onClose?: () => void;
        resolveAuthorName?: (authorId: string) => string | undefined;
        sessionData: QASessionFile;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<QASessionViewerColors>

    Custom colors

    labels?: Partial<QASessionViewerLabels>

    Custom labels

    onClose?: () => void

    Close handler

    resolveAuthorName?: (authorId: string) => string | undefined

    Per-author display-name resolver. Preferred over the cached authorName on each question / answer — see the matching prop on QAPanelProps for the rationale.

    sessionData: QASessionFile

    Q&A session data to display

    sx?: SxProps<Theme>

    MUI sx styling prop