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,15 +578,16 @@ declare namespace formInfo {
*/
abilityName ?: string;
}
/**
* The class of a running form information.
*
* @permission N/A
* @syscap SystemCapability.Ability.Form
* @systemapi hide this for inner system use
* @since 10
*/
export interface RunningFormInfo {
* The class of a running form information.
*
* @permission N/A
* @syscap SystemCapability.Ability.Form
* @systemapi hide this for inner system use
* @since 10
*/
interface RunningFormInfo {
/**
* Obtains the id of the this form.
* @type { string }