interface AdvancedToolOptions {
    cb?: Function;
    icon?: string;
    label: string;
    styles?: any;
}

Properties

Properties

cb?: Function

Callback function called on click

icon?: string

Icon (svg or http link or dsfr class)

label: string

Label of the button

styles?: any

styles to apply to the button