Datalayer VS Code Extension - v0.0.4
    Preparing search index...
    interface ToolbarButtonProps {
        className?: string;
        disabled?: boolean;
        icon?: string;
        label?: string;
        loading?: boolean;
        onClick?: () => void;
        style?: CSSProperties;
        title?: string;
    }
    Index

    Properties

    className?: string

    Additional CSS class names

    disabled?: boolean

    Whether the button is disabled

    icon?: string

    Icon class name (e.g., "codicon codicon-add")

    label?: string

    Button text label

    loading?: boolean

    Whether to show a loading spinner

    onClick?: () => void

    Click handler

    style?: CSSProperties

    Custom inline styles

    title?: string

    Button title (tooltip)