Member Junction
    Preparing search index...

    Main toolbar configuration

    interface ToolbarConfig {
        buttons?: ToolbarButton[];
        customClass?: string;
        enabled: boolean;
        groups?: ToolbarButtonGroup[];
        position?: "top" | "bottom";
    }
    Index

    Properties

    buttons?: ToolbarButton[]

    Individual buttons (simple configuration)

    customClass?: string

    Custom CSS class to apply to toolbar

    enabled: boolean

    Whether the toolbar is enabled (defaults to false)

    Button groups (advanced configuration)

    position?: "top" | "bottom"

    Position of the toolbar relative to editor