An action can now be bound that the onclick
attribute. This action will be invoked when the button is clicked:
This should be preferred over binding a string to the action
attribute.
Adds the following properties that can be set to customize the button:
disabled
(default:false
): boolean value or function that specifies thedisabled
attribute.title
(default:null
): string or function that resolves to thetitle
attribute.