Dialog
属性
Property | Type | Description |
---|---|---|
element | HTMLElement | #TODO |
构造函数
函数签名
tsconstructor(options: { title?: string, transparent?: boolean, content: string, width?: string, height?: string, destroyCallback?: (options?: IObject) => void, disableClose?: boolean, disableAnimation?: boolean, });
描述
#TODO
方法: destroy
函数签名
tsdestroy(options?: IObject): void;
描述
#TODO
方法: bindInput
函数签名
tsbindInput(inputElement: HTMLInputElement | HTMLTextAreaElement, enterEvent?: () => void): void;
描述
#TODO