Back to Website
Show / Hide Table of Contents

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: primary, success, warning, and danger.

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 true, displays the button.

checkboxEnabled

If true, enable the checkbox.

Declaration
checkboxEnabled?: boolean
Property Value
Type Description
boolean

If true, enable the checkbox.

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 true, displays the checkbox.

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
DownloadPosition

The position of the Download button, either left or right.

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
DownloadingModel[] | Function[]

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 true if the checkbox is selected.

Was this page helpful?
Thanks for your feedback!
In This Article
  • Properties
    • buttonClassStyle
    • buttonText
    • buttonVisible
    • checkboxEnabled
    • checkboxPrompt
    • checkboxVisible
    • downloadEnable
    • downloadPosition
    • downloads
    • downloadText
    • downloadVisible
    • onClick
    • value
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback