RunningInfo修改

Signed-off-by: chenyuyan <chenyuyan3@huawei.com>
Change-Id: I81abf45fa3fd315cb826147907f74c17a05992c4
This commit is contained in:
chenyuyan 2023-05-09 15:30:42 +08:00
parent 4b5b3cd957
commit 546afba8b3

View File

@ -578,6 +578,7 @@ declare namespace formInfo {
*/
abilityName ?: string;
}
/**
* The class of a running form information.
*
@ -586,7 +587,7 @@ declare namespace formInfo {
* @systemapi hide this for inner system use
* @since 10
*/
export interface RunningFormInfo {
interface RunningFormInfo {
/**
* Obtains the id of the this form.
* @type { string }