mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
!14745 Update the SDK documentation tags for the public basic library
Merge pull request !14745 from 王景悟/master
This commit is contained in:
commit
e0e033fdf7
2
api/@ohos.url.d.ts
vendored
2
api/@ohos.url.d.ts
vendored
@ -1036,6 +1036,7 @@ declare namespace url {
|
||||
* Gets the read-only serialization of the URL's origin.
|
||||
*
|
||||
* @type { string }
|
||||
* @readonly
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
@ -1210,6 +1211,7 @@ declare namespace url {
|
||||
* the URL instance. To replace the entire query parameter for a URL, use url.searchsetter.
|
||||
*
|
||||
* @type { URLParams }
|
||||
* @readonly
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @crossplatform
|
||||
* @atomicservice
|
||||
|
1
api/@ohos.util.json.d.ts
vendored
1
api/@ohos.util.json.d.ts
vendored
@ -35,7 +35,6 @@ declare namespace json {
|
||||
* @param { Object } this - The object to which the parsed key value pair belongs.
|
||||
* @param { string } key - Attribute name.
|
||||
* @param { Object } value - The value of the parsed key value pair.
|
||||
* @returns { Object | undefined | null } Return the modified object or undefined or null.
|
||||
* @syscap SystemCapability.Utils.Lang
|
||||
* @atomicservice
|
||||
* @since 12
|
||||
|
Loading…
Reference in New Issue
Block a user