* Determine if a button is currently in the processing state or not. * * @returns true if the button is currently in its processing state, false otherwise.
()
| 140 | * @returns true if the button is currently in its processing state, false otherwise. |
| 141 | */ |
| 142 | processing(): boolean; |
| 143 | |
| 144 | /** |
| 145 | * Set the processing state for the selected button. |
no outgoing calls
no test coverage detected