ButtonConfiguration: {
    icon?: string;
    label?: string;
}

Type declaration

  • Optionalicon?: string

    The icon to display on the button. Must be a valid Material Icon code as it appears here: https://fonts.google.com/icons

  • Optionallabel?: string

    The text to display on the button.