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

    Interface PollsSessionViewerProps

    Props for the PollsSessionViewer component.

    interface PollsSessionViewerProps {
        colors?: Partial<PollsSessionViewerColors>;
        labels?: Partial<PollsSessionViewerLabels>;
        onClose?: () => void;
        sessionData: PollsSessionFile;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<PollsSessionViewerColors>

    Custom colors

    labels?: Partial<PollsSessionViewerLabels>

    Custom labels

    onClose?: () => void

    Close handler

    sessionData: PollsSessionFile

    Polls session data to display

    sx?: SxProps<Theme>

    MUI sx styling prop