!18304 toHtml returns标签 补充注释说明

Merge pull request !18304 from tzcurtain/add_comment
This commit is contained in:
openharmony_ci 2025-04-01 12:52:43 +00:00 committed by Gitee
commit 6e8f29683a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -169,7 +169,7 @@ declare class StyledString {
* Returns HTML string from the provided StyledString.
*
* @param { StyledString } styledString - the StyledString will be converted to a HTML string.
* @returns { string }
* @returns { string } Returns the HTML string converted from the provided StyledString.
* @throws { BusinessError } 401 - Parameter error. Possible causes:
* <br> 1. Mandatory parameters are left unspecified.
* <br> 2. Incorrect parameters types.