Interface: IAuWidgetFinishGroupConfig
Hierarchy
- IAuWidgetFinishGroupConfig
Index
Properties
- buttonClassStyle
- buttonText
- checkboxEnabled
- checkboxPrompt
- checkboxVisible
- downloadEnable
- downloadPosition
- downloadText
- downloadVisible
- downloads
- onClick
- value
Properties
buttonClassStyle
• buttonClassStyle: string
The button style. The following styles are available: primary
, success
, warning
, and danger
.
buttonText
• buttonText: string
The button caption.
Optional
checkboxEnabled
• checkboxEnabled? : boolean
If true
, enable the checkbox.
checkboxPrompt
• checkboxPrompt: string
A text message associated with the checkbox.
Optional
checkboxVisible
• checkboxVisible? : boolean
If true
, displays the checkbox.
downloadEnable
• downloadEnable: boolean
Enables the Download button.
downloadPosition
• downloadPosition: DownloadPosition
The position of the Download button, either left
or right
.
downloadText
• downloadText: string
The caption of the Download button.
downloadVisible
• downloadVisible: boolean
Displays the Download button.
downloads
• downloads: DownloadingModel[] | Function[]
URLs for downloading. if this if Function[], the latest function should return array of objects: [{url: string, filename: string, newTab: boolean = false}]
onClick
• onClick: Function | Array‹Function›
A single function or an array of functions that will be executed when the button is clicked.
value
• value: boolean
This value is true
if the checkbox is selected.