ButtonConfig: {
    className?: string;
    collapsable?: boolean;
    hoverScale?: boolean;
    icon?: string;
    iconActive?: string;
    id?: string;
    tabbable?: boolean;
    title?: string;
}

Configuration for AbstractButton

Type declaration

  • OptionalclassName?: string
  • Optionalcollapsable?: boolean

    if the button can be moved to menu when the navbar is too small

    false
    
  • OptionalhoverScale?: boolean

    if the button has an mouse hover effect

    false
    
  • Optionalicon?: string

    icon of the button

  • OptionaliconActive?: string

    override icon when the button is active

  • Optionalid?: string
  • Optionaltabbable?: boolean

    if the button is accessible with the keyboard

    true
    
  • Optionaltitle?: string