ViewStackPage.badgeNumber

uint badgeNumber() @property

Get badgeNumber property.

Returns

The badge number for this page.

class@ViewSwitcher can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page.

It can be used together with property@ViewStack{age}:needs-attention.

void badgeNumber(uint propval) @property

Set badgeNumber property.

Parameters

propvalThe badge number for this page. class@ViewSwitcher can display it as a badge next to the page icon. It is commonly used to display a number of unread items within the page. It can be used together with property@ViewStack{age}:needs-attention.