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