Search.../

showLabels

Sets or gets whether a quick action bar's labels are shown.

Description

Setting the showLabels property to true shows labels along with the icons in the quick action bar. Setting it to false hides the labels.

Getting the showLabels property returns whether the labels are shown or not.

Type:

booleanRead & Write

Was this helpful?

Set whether the labels are shown

Copy Code
1$w("#myQuickActionBar").showLabels = false;
Get whether the labels are shown

Copy Code
1let showLabels = $w("#myQuickActionBar").showLabels; // false