UseBadgeReturnValue

external interface UseBadgeReturnValue(source)

Properties

Link copied to clipboard
abstract var badgeContent: ReactNode

Defines the content that's displayed inside the badge.

Link copied to clipboard
abstract var displayValue: ReactNode

Value to be displayed in the badge. If badgeContent is greater than max, it will return max+.

Link copied to clipboard
abstract var invisible: Boolean

If true, the component will not be visible.

Link copied to clipboard
abstract var max: Number

Maximum number to be displayed in the badge.