fix:modify

Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan 2023-08-14 11:41:45 +08:00
parent 663d8d421b
commit e8c28ebc6b

View File

@ -580,20 +580,6 @@ declare namespace inputMethodEngine {
*/
createPanel(ctx: BaseContext, info: PanelInfo): Promise<Panel>;
/**
* Creates a panel.
* <p>The system only allows one soft keyboard and one status bar to be created.</p>
*
* @param { BaseContext } ctx - indicates the context on which the window depends.
* @param { PanelInfo } info - the info of panel to be created.
* @returns { Panel } the created panel.
* @throws { BusinessError } 401 - parameter error.
* @throws { BusinessError } 12800004 - not an input method extension.
* @syscap SystemCapability.MiscServices.InputMethodFramework
* @since 10
*/
createPanelSync(ctx: BaseContext, info: PanelInfo): Panel;
/**
* Destroys a panel.
*