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

    Interface AssignmentToolbarProps

    Props for the AssignmentToolbar component.

    The toolbar provides formatting controls for the TipTap editor. It shares the same toolbar structure as the NoteEditor but uses assignment-specific customization values.

    interface AssignmentToolbarProps {
        colors: AssignmentEditorColors;
        disabled?: boolean;
        editor: Editor | null;
        enableHighlight?: boolean;
        enableTableSupport?: boolean;
        enableTaskLists?: boolean;
        icons: AssignmentEditorIcons;
        labels: AssignmentEditorLabels;
        styles: AssignmentEditorStyles;
    }
    Index

    Properties

    Custom colors

    disabled?: boolean

    Whether toolbar is disabled

    editor: Editor | null

    TipTap editor instance

    enableHighlight?: boolean

    Enable highlight button

    enableTableSupport?: boolean

    Enable table controls

    enableTaskLists?: boolean

    Enable task list button

    Custom icons

    Custom labels

    Custom styles