Skip to content
On this page

Notice

Constructor

ts
constructor(message: string | DocumentFragment, timeout: number);

Methods

setMessage

ts
setMessage(message: string | DocumentFragment): this;

修改提示的信息。

hide

ts
hide(): void;