Interface ButtonConfig

interface ButtonConfig {
    preventDoubleClick?: boolean;
}

Properties

preventDoubleClick?: boolean

Prevent accidental double clicks on submit buttons from submitting forms multiple times.