Search.../

invertColorScheme

Sets or gets whether a quick action bar's color scheme is inverted.

Description

Setting the invertColorScheme property to true applies the quick action bar's colors to the bar's background. Setting it to false applies the colors to the bar's icons.

Getting the invertColorScheme property returns whether the color scheme is inverted or not.

Type:

booleanRead & Write

Was this helpful?

Set whether the color scheme is inverted

Copy Code
1$w("#myQuickActionBar").invertColorScheme = true;
Get whether the color scheme is inverted

Copy Code
1let inverted = $w("#myQuickActionBar").invertColorScheme; // true