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

    Props for PollsSession component

    interface PollsSessionProps {
        labels?: PollsSessionLabels;
        pollsWindowProps?: Omit<
            PollsWindowProps,
            | "showHeader"
            | "initialFileId"
            | "onPollsChange"
            | "initialPolls"
            | "enableAutoSave"
            | "onAutoSave",
        >;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    Custom labels for i18n support

    pollsWindowProps?: Omit<
        PollsWindowProps,
        | "showHeader"
        | "initialFileId"
        | "onPollsChange"
        | "initialPolls"
        | "enableAutoSave"
        | "onAutoSave",
    >

    Props to pass through to PollsWindow

    sx?: SxProps<Theme>

    MUI sx props for the container