From a7222877257429a3d02a2a8fe2b1edb49222f650 Mon Sep 17 00:00:00 2001 From: Guyi Date: Tue, 22 Sep 2020 11:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8Csingle?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0setTipType=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/single.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript/base/single/single.ts b/typescript/base/single/single.ts index d9ce67e79..84b65914d 100644 --- a/typescript/base/single/single.ts +++ b/typescript/base/single/single.ts @@ -15,6 +15,8 @@ export interface _Single extends _Widget { setWarningTitle(title: string, opt?: SingleOpt): void; + setTipType(v: string): void; + getTipType(): string; isReadOnly(): boolean;