Home
last modified time | relevance | path

Searched refs:activatedIconColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ToolBar.md67 | activatedIconColor<sup>13+</sup> | [ResourceColor](ts-types.md#resourcecolor) | …
285 activatedIconColor: '#ffec5d5d', // 激活态icon颜色
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ToolBar.md67 | activatedIconColor<sup>13+</sup> | [ResourceColor](ts-types.md#resourcecolor) | …
271 activatedIconColor: '#ffec5d5d',
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/source/
H A Dtoolbar.ets90 public activatedIconColor?: ResourceColor = $r('sys.color.icon_emphasize');
321 return this.toolBarList[index]?.activatedIconColor ?? this.iconActivePrimaryColor;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js96 this.activatedIconColor = { class in ToolBarOption.constructor
734 return this.toolBarList[p4]?.activatedIconColor ?? this.iconActivePrimaryColor;