API Reference
Class
TablerModalFooterButtonChain
Chain object returned after adding a button to the footer. Allows calling methods like Dismiss or Submit fluently.
Inheritance
- Object
- TablerModalFooterButtonChain
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Methods
public TablerModalFooterBuilder Dismiss() #Returns:
TablerModalFooterBuilderMarks the previously added button as a dismiss button.
Returns
The parent builder.
public TablerModalFooterBuilder Submit() #Returns:
TablerModalFooterBuilderMarks the previously added button as a submit button.
Returns
The parent builder.