diff --git a/en/application-dev/reference/apis/js-apis-inputdevice.md b/en/application-dev/reference/apis/js-apis-inputdevice.md index c0d5352efa43ffe6e98a4bd911a5e89d4beba3ca..880a4db59490823365a39f4678bca7440ab07323 100644 --- a/en/application-dev/reference/apis/js-apis-inputdevice.md +++ b/en/application-dev/reference/apis/js-apis-inputdevice.md @@ -496,10 +496,10 @@ Defines the axis type of an input device. | Name | Type | Readable | Writable | Description | | --------- | ------ | ---- | ---- | ------- | -| touchMajor | string | Yes| No| touchMajor axis. | -| touchMinor | string | Yes| No| touchMinor axis. | -| toolMinor | string | Yes| No| toolMinor axis. | -| toolMajor | string | Yes| No| toolMajor axis. | +| touchmajor | string | Yes| No| touchmajor axis. | +| touchminor | string | Yes| No| touchminor axis. | +| toolminor | string | Yes| No| toolminor axis. | +| toolmajor | string | Yes| No| toolmajor axis. | | orientation | string | Yes| No| Orientation axis.| | pressure | string | Yes| No| Pressure axis. | | x | string | Yes| No| X axis. | diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md index ea0df0dc9525b89a44279d52043503d949dee910..ed3029bd8c372c20afb25ad9f465c8cbac729c88 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputdevice.md @@ -498,10 +498,10 @@ try { | 名称 | 类型 | 可读 | 可写 | 说明 | | --------- | ------ | ---- | ---- | ------- | -| touchMajor | string | 是 | 否 | 表示touchMajor轴。 | -| touchMinor | string | 是 | 否 | 表示touchMinor轴。 | -| toolMinor | string | 是 | 否 | 表示toolMinor轴。 | -| toolMajor | string | 是 | 否 | 表示toolMajor轴。 | +| touchmajor | string | 是 | 否 | 表示touchmajor轴。 | +| touchminor | string | 是 | 否 | 表示touchminor轴。 | +| toolminor | string | 是 | 否 | 表示toolminor轴。 | +| toolmajor | string | 是 | 否 | 表示toolmajor轴。 | | orientation | string | 是 | 否 | 表示orientation轴。 | | pressure | string | 是 | 否 | 表示pressure轴。 | | x | string | 是 | 否 | 表示x轴。 |