Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
c05c21b0
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
c05c21b0
编写于
8月 29, 2023
作者:
O
openharmony_ci
提交者:
Gitee
8月 29, 2023
浏览文件
操作
浏览文件
下载
差异文件
!23349 问题修改同步OHOS
Merge pull request !23349 from LiAn/OpenHarmony-4.0-Beta2
上级
dda75c7a
83bd2bbf
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
7 addition
and
7 deletion
+7
-7
zh-cn/application-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
...on-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/Readme-CN.md
zh-cn/application-dev/reference/arkui-ts/Readme-CN.md
+2
-2
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navdestination.md
.../reference/arkui-ts/ts-basic-components-navdestination.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click-effect.md
...eference/arkui-ts/ts-universal-attributes-click-effect.md
+3
-3
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-arkui-drawableDescriptor.md
浏览文件 @
c05c21b0
...
...
@@ -17,7 +17,7 @@ import { DrawableDescriptor, LayeredDrawableDescriptor } from '@ohos.arkui.drawa
## DrawableDescriptor.constructor
constructor()
创建DrawableDescriptor或LayeredDrawableDescriptor对象。对象构造需要使用全球化接口
[
getDrawableDescriptor
](
js-apis-resource-manager.md#
#getdrawabledescriptor
)
或
[
getDrawableDescriptorByName
](
js-apis-resource-manager.md#
#getdrawabledescriptorbyname
)
。
创建DrawableDescriptor或LayeredDrawableDescriptor对象。对象构造需要使用全球化接口
[
getDrawableDescriptor
](
js-apis-resource-manager.md#
getdrawabledescriptor
)
或
[
getDrawableDescriptorByName
](
js-apis-resource-manager.md
#getdrawabledescriptorbyname
)
。
**系统接口:**
此接口为系统接口。
...
...
zh-cn/application-dev/reference/arkui-ts/Readme-CN.md
浏览文件 @
c05c21b0
...
...
@@ -40,7 +40,7 @@
-
[
分布式迁移标识
](
ts-universal-attributes-restoreId.md
)
-
[
前景色设置
](
ts-universal-attributes-foreground-color.md
)
-
[
组件内容模糊
](
ts-universal-attributes-foreground-blur-style.md
)
-
[
点击回弹
](
ts-universal-attributes-click-effect.md
)
-
[
点击回弹
效果
](
ts-universal-attributes-click-effect.md
)
-
[
无障碍属性
](
ts-universal-attributes-accessibility.md
)
-
触摸交互控制
-
[
触摸热区设置
](
ts-universal-attributes-touch-target.md
)
...
...
@@ -117,6 +117,7 @@
-
[
Column
](
ts-container-column.md
)
-
[
ColumnSplit
](
ts-container-columnsplit.md
)
-
[
Counter
](
ts-container-counter.md
)
-
[
EffectComponent
](
ts-container-effectcomponent.md
)
-
[
Flex
](
ts-container-flex.md
)
-
[
FlowItem
](
ts-container-flowitem.md
)
-
[
FormLink
](
ts-container-formlink.md
)
...
...
@@ -142,7 +143,6 @@
-
[
TabContent
](
ts-container-tabcontent.md
)
-
[
UIExtensionComponent
](
ts-container-ui-extension-component.md
)
-
[
WaterFlow
](
ts-container-waterflow.md
)
-
[
EffectComponent
](
ts-container-effectcomponent.md
)
-
媒体组件
-
[
Video
](
ts-media-components-video.md
)
-
绘制组件
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-navdestination.md
浏览文件 @
c05c21b0
...
...
@@ -26,7 +26,7 @@ NavDestination()
| 名称 | 参数类型 | 描述 |
| ------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| title | string
\|
[CustomBuilder](ts-types.md#custombuilder8)
\|
[NavigationCommonTitle](ts-basic-components-navigation.md#navigationcommontitle类型说明)
\|
[
NavigationCustomTitle
](
ts-basic-components-navigation.md#
#
navigationcustomtitle类型说明
)
| 页面标题。
<br/>
**说明:**
<br/>
使用NavigationCustomTitle类型设置height高度时,titleMode属性不会生效。
<br/>
字符串超长时,如果不设置副标题,先缩小再换行2行后以...截断。如果设置副标题,先缩小后以...截断。 |
| title | string
\|
[CustomBuilder](ts-types.md#custombuilder8)
\|
[NavigationCommonTitle](ts-basic-components-navigation.md#navigationcommontitle类型说明)
\|
[
NavigationCustomTitle
](
ts-basic-components-navigation.md#navigationcustomtitle类型说明
)
| 页面标题。
<br/>
**说明:**
<br/>
使用NavigationCustomTitle类型设置height高度时,titleMode属性不会生效。
<br/>
字符串超长时,如果不设置副标题,先缩小再换行2行后以...截断。如果设置副标题,先缩小后以...截断。 |
| hideTitleBar | boolean | 是否显示标题栏。
<br/>
默认值:false
<br/>
true:
隐藏标题栏。
<br/>
false:
显示标题栏。 |
## 事件
...
...
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-click-effect.md
浏览文件 @
c05c21b0
...
...
@@ -7,20 +7,20 @@
> 从API Version 10开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。
##
#
属性
## 属性
| 名称 | 参数类型 | 描述 |
| ----------- | ------------------------------------------- | ------------------------------------------------------------ |
| clickEffect |
[
ClickEffect
](
#clickeffect对象说明
)
\|
null | 设置当前组件点击回弹效果。
<br/>
**说明:**
<br/>
可通过undefined或者null取消点击回弹效果。
<br/>
不建议在组件大小动态变化的场景中使用该功能。
<br/>
当组件无法触发通用事件时,不支持该属性。 |
##
#
ClickEffect对象说明
## ClickEffect对象说明
| 名称 | 参数类型 | 必填 | 描述 |
| ----- | ----------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| level |
[
ClickEffectLevel
](
ts-appendix-enums.md#clickeffectlevel10
)
| 是 | 设置当前组件点击回弹效果。
<br/>
**说明:**
<br/>
level等于undefined或者null时, ClickEffect采用ClickEffectLevel.LIGHT对应的回弹效果, 缩放比参照scale说明。 |
| scale | number | 否 | 回弹缩放比例,支持在设置ClickEffectLevel的基础上微调回弹缩放比例。
<br/>
**说明:**
<br/>
level等于ClickEffectLevel.LIGHT时,默认值:0.90
<br/>
level等于ClickEffectLevel.MIDDLE或者ClickEffectLevel.HEAVY时,默认值:0.95
<br/>
level等于undefined或者null时,level为ClickEffectLevel.LIGHT,默认值:0.90
<br/>
scale等于undefined或者null时,scale与当前设置的level对应的默认缩放比相同。
<br/>
|
##
#
示例
## 示例
```
ts
// xxx.ets
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录