HTML Flip Book - v0.0.0-alpha.36
    Preparing search index...

    Interface ToolbarButtonProps

    interface ToolbarButtonProps {
        ariaLabel: string;
        children: ReactNode;
        className?: string;
        disabled?: boolean;
        onClick: () => void;
        title?: string;
    }
    Index

    Properties

    ariaLabel: string

    Accessible label for the button

    children: ReactNode

    Button content (icon or text)

    className?: string

    Additional CSS class name

    disabled?: boolean

    Whether the button is disabled

    onClick: () => void

    Click handler

    title?: string

    Title tooltip