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

    Props for the PollEditor component.

    interface PollEditorProps {
        colors?: Partial<PollsWindowColors>;
        icons?: Partial<PollsWindowIcons>;
        labels?: Partial<PollEditorLabels>;
        onClose: () => void;
        onSave: (poll: Poll) => void;
        open: boolean;
        poll: Poll;
        styles?: Partial<PollsWindowStyles>;
    }
    Index

    Properties

    colors?: Partial<PollsWindowColors>

    Custom colors

    icons?: Partial<PollsWindowIcons>

    Custom icons

    labels?: Partial<PollEditorLabels>

    Custom labels

    onClose: () => void

    Close handler

    onSave: (poll: Poll) => void

    Save handler

    open: boolean

    Whether the editor is open

    poll: Poll

    Poll to edit

    styles?: Partial<PollsWindowStyles>

    Custom styles