Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
27d07dcc
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看板
提交
27d07dcc
编写于
6月 29, 2023
作者:
Y
yamila
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update apis
Signed-off-by:
N
yamila
<
tianyu55@huawei.com
>
上级
a8ef73d7
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
53 addition
and
35 deletion
+53
-35
zh-cn/application-dev/reference/apis/js-apis-arkui-componentSnapshot.md
...ion-dev/reference/apis/js-apis-arkui-componentSnapshot.md
+12
-0
zh-cn/application-dev/reference/apis/js-apis-font.md
zh-cn/application-dev/reference/apis/js-apis-font.md
+22
-16
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
+13
-13
zh-cn/application-dev/reference/apis/js-apis-plugincomponent.md
...application-dev/reference/apis/js-apis-plugincomponent.md
+1
-1
zh-cn/application-dev/reference/apis/js-apis-router.md
zh-cn/application-dev/reference/apis/js-apis-router.md
+5
-5
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-arkui-componentSnapshot.md
浏览文件 @
27d07dcc
...
...
@@ -34,6 +34,12 @@ get(id: string, callback: AsyncCallback<image.PixelMap>): void
| id | string | 是 | 目标组件的
[
组件标识
](
../arkui-ts/ts-universal-attributes-component-id.md#组件标识
)
|
| callback | AsyncCallback
<
image.PixelMap
>
| 是 | 截图返回结果的回调。 |
**错误码:**
| 错误码ID | 错误信息 |
| -------- | ------------------- |
| 100001 | if id is not valid. |
**示例:**
```
js
...
...
@@ -159,6 +165,12 @@ createFromBuilder(builder: CustomBuilder, callback: AsyncCallback<image.PixelMap
| builder |
[
CustomBuilder
](
../arkui-ts/ts-types.md#custombuilder8
)
| 是 | 自定义组件构建函数。 |
| callback | AsyncCallback
<
image.PixelMap
>
| 是 | 截图返回结果的回调。 |
**错误码:**
| 错误码ID | 错误信息 |
| -------- | ----------------------------------------- |
| 100001 | if builder is not a valid build function. |
**示例:**
```
ts
...
...
zh-cn/application-dev/reference/apis/js-apis-font.md
浏览文件 @
27d07dcc
...
...
@@ -34,12 +34,14 @@ registerFont(options: FontOptions): void
## FontOptions
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
| 名称 | 类型 | 必填 | 说明 |
| ---------- | ------ | ---- | ------------ |
| familyName | string | 是 | 设置注册的字体名称。 |
| familySrc | string | 是 | 设置注册字体文件的路径。 |
## 示例
**示例:**
```
ts
// xxx.ets
...
...
@@ -68,7 +70,7 @@ struct FontExample {
}
}
```
## font.getSystemFontList
## font.getSystemFontList
<sup>10+</sup>
getSystemFontList(): Array
\<
string>
...
...
@@ -82,7 +84,7 @@ getSystemFontList(): Array\<string>
| -------------------- | ----------------- |
| Array
\<
string> | 系统的字体名列表。 |
## 示例
**示例:**
```
ts
// xxx.ets
...
...
@@ -105,7 +107,7 @@ struct FontExample {
}
```
## font.getFontByName
## font.getFontByName
<sup>10+</sup>
getFontByName(fontName: string): FontInfo;
...
...
@@ -127,18 +129,22 @@ getFontByName(fontName: string): FontInfo;
## FontInfo
| 名称 | 类型 | 说明 |
| -------------- | ------- | ------------------------- |
| path | string | 系统字体的文件路径。 |
| postScriptName | string | 系统字体的postScript名称。 |
| fullName | string | 系统字体的名称。 |
| family | string | 系统字体的字体家族。 |
| subfamily | string | 系统字体的子字体家族。 |
| weight | number | 系统字体的粗细程度。 |
| width | number | 系统字体的宽窄风格属性。 |
| italic | boolean | 系统字体是否倾斜。 |
| monoSpace | boolean | 系统字体是否紧凑。 |
| symbolic | boolean | 系统字体是否支持符号字体。 |
**系统能力:**
SystemCapability.ArkUI.ArkUI.Full
| 名称 | 类型 | 必填 | 说明 |
| -------------- | ------- | ------------------------- | ------------------------- |
| path | string | 是 | 系统字体的文件路径。 |
| postScriptName | string | 是 | 系统字体的postScript名称。 |
| fullName | string | 是 | 系统字体的名称。 |
| family | string | 是 | 系统字体的字体家族。 |
| subfamily | string | 是 | 系统字体的子字体家族。 |
| weight | number | 是 | 系统字体的粗细程度。 |
| width | number | 是 | 系统字体的宽窄风格属性。 |
| italic | boolean | 是 | 系统字体是否倾斜。 |
| monoSpace | boolean | 是 | 系统字体是否紧凑。 |
| symbolic | boolean | 是 | 系统字体是否支持符号字体。 |
**示例:**
```
ts
// xxx.ets
...
...
zh-cn/application-dev/reference/apis/js-apis-matrix4.md
浏览文件 @
27d07dcc
...
...
@@ -16,7 +16,7 @@ import matrix4 from '@ohos.matrix4'
## matrix4.init
init(option: [number,number,number,number,number,number,number,number,number,number,number,number,number,number,number,number]): Matrix4Transit
init(option
s
: [number,number,number,number,number,number,number,number,number,number,number,number,number,number,number,number]): Matrix4Transit
Matrix的构造函数,可以通过传入的参数创建一个四阶矩阵,矩阵为列优先。
...
...
@@ -176,7 +176,7 @@ struct Test {
### combine
combine(option: Matrix4Transit): Matrix4Transit
combine(option
s
: Matrix4Transit): Matrix4Transit
Matrix的叠加函数,可以将两个矩阵的效果叠加起来生成一个新的矩阵对象。
...
...
@@ -273,7 +273,7 @@ struct Tests {
### translate
translate(option: TranslateOption): Matrix4Transit
translate(option
s
: TranslateOption): Matrix4Transit
Matrix的平移函数,可以为当前矩阵增加x轴/y轴/z轴平移效果。
...
...
@@ -317,7 +317,7 @@ struct Test {
### scale
scale(option: ScaleOption): Matrix4Transit
scale(option
s
: ScaleOption): Matrix4Transit
Matrix的缩放函数,可以为当前矩阵增加x轴/y轴/z轴缩放效果。
...
...
@@ -362,7 +362,7 @@ struct Test {
### rotate
rotate(option: RotateOption): Matrix4Transit
rotate(option
s
: RotateOption): Matrix4Transit
Matrix的旋转函数,可以为当前矩阵增加x轴/y轴/z轴旋转效果。
...
...
@@ -408,7 +408,7 @@ struct Test {
### transformPoint
transformPoint(option: [number, number]): [number, number]
transformPoint(option
s
: [number, number]): [number, number]
Matrix的坐标点转换函数,可以将当前的变换效果作用到一个坐标点上。
...
...
@@ -466,15 +466,15 @@ struct Test {
## TranslateOption
|
参数名
| 类型 | 必填 | 说明 |
| ----
--
| ------ | ---- | ----------------------------------------------------------- |
| x
| number | 否 | x轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
| y
| number | 否 | y轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
| z
| number | 否 | z轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
|
名称
| 类型 | 必填 | 说明 |
| ---- | ------ | ---- | ----------------------------------------------------------- |
| x | number | 否 | x轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
| y | number | 否 | y轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
| z | number | 否 | z轴的平移距离,单位px。
<br/>
默认值:0
<br/>
取值范围 (-∞, +∞) |
## ScaleOption
|
参数名
| 类型 | 必填 | 说明 |
|
名称
| 类型 | 必填 | 说明 |
| ------- | ------ | ---- | ------------------------------------------------------------ |
| x | number | 否 | x轴的缩放倍数。x>1时以x轴方向放大,x
<
1
时以x轴方向缩小
。<
br
/>
默认值:1
<br/>
取值范围 [0, +∞)
<br/>
**说明:**
<br/>
设置小于0的值时,按照默认值处理。 |
| y | number | 否 | y轴的缩放倍数。y>1时以y轴方向放大,y
<
1
时以y轴方向缩小
。<
br
/>
默认值:1
<br/>
取值范围 [0, +∞)
<br/>
**说明:**
<br/>
设置小于0的值时,按照默认值处理。 |
...
...
@@ -484,7 +484,7 @@ struct Test {
## RotateOption
|
参数名
| 类型 | 必填 | 说明 |
|
名称
| 类型 | 必填 | 说明 |
| ------- | ------ | ---- | ------------------------------------------------------- |
| x | number | 否 | 旋转轴向量x坐标。
<br/>
默认值:1。
<br/>
取值范围 (-∞, +∞) |
| y | number | 否 | 旋转轴向量y坐标。
<br/>
默认值:1。
<br/>
取值范围 (-∞, +∞) |
...
...
zh-cn/application-dev/reference/apis/js-apis-plugincomponent.md
浏览文件 @
27d07dcc
...
...
@@ -262,7 +262,7 @@ pluginComponentManager.push(
name
:
"
ets/pages/plugin2.js
"
,
data
:
{
"
js
"
:
"
ets/pages/plugin.js
"
,
"
key_1
"
:
1111
,
,
"
key_1
"
:
1111
,
},
extraData
:
{
"
extra_str
"
:
"
this is push event
"
...
...
zh-cn/application-dev/reference/apis/js-apis-router.md
浏览文件 @
27d07dcc
...
...
@@ -604,7 +604,7 @@ replaceNamedRoute(options: NamedRouterOptions): Promise<void>
| 错误码ID | 错误信息 |
| --------- | ------- |
| 100001 | if UI execution context not found. |
| 100001 | if UI execution context not found
, only throw in standard system
. |
| 100004 | if the named route is not exist. |
**示例:**
...
...
@@ -645,7 +645,7 @@ replaceNamedRoute(options: NamedRouterOptions, callback: AsyncCallback<void&g
| 错误码ID | 错误信息 |
| --------- | ------- |
| 100001 | if UI execution context not found. |
| 100001 | if UI execution context not found
, only throw in standard system
. |
| 100004 | if the named route is not exist. |
**示例:**
...
...
@@ -693,7 +693,7 @@ replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode): Promise<voi
| 错误码ID | 错误信息 |
| --------- | ------- |
| 100001 | if
can not get the delegate
. |
| 100001 | if
UI execution context not found, only throw in standard system
. |
| 100004 | if the named route is not exist. |
**示例:**
...
...
@@ -735,7 +735,7 @@ replaceNamedRoute(options: NamedRouterOptions, mode: RouterMode, callback: Async
| 错误码ID | 错误信息 |
| --------- | ------- |
| 100001 | if UI execution context not found. |
| 100001 | if UI execution context not found
, only throw in standard system
. |
| 100004 | if the named route is not exist. |
**示例:**
...
...
@@ -1054,7 +1054,7 @@ struct Second {
Text
(
this
.
text
)
.
fontSize
(
30
)
.
onClick
(()
=>
{
this
.
secondData
=
(
this
.
data
.
[
'
array
'
][
1
]).
toString
()
this
.
secondData
=
(
this
.
data
[
'
array
'
][
1
]).
toString
()
})
.
margin
({
top
:
20
})
Text
(
`第一页传来的数值:
${
this
.
secondData
}
`
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录