Extends
Index
Methods
- cancel
- clearAlert
- close
- disableButtons
- enableButtons
- getRootElement
- showAlert
- submit
- updateContent
- updateProgress
Methods
cancel
▸ cancel(): void
Returns void
clearAlert
▸ clearAlert(): any
Returns any
close
▸ close(): void
Returns void
disableButtons
▸ disableButtons(): any
Returns any
enableButtons
▸ enableButtons(): any
Returns any
getRootElement
▸ getRootElement(): HTMLElement
Returns HTMLElement
showAlert
▸ showAlert(text: string
,reason?: string
,replace?: boolean
): any
Parameters:
- text:
string
- reason:
string
, Optional - replace:
boolean
, Optional
Returns any
submit
▸ submit(): void
Returns void
updateContent
▸ updateContent(content: string
): any
Parameters:
- content:
string
Returns any
updateProgress
▸ updateProgress(progress: number
): any
Parameters:
- progress:
number
Returns any