SmartPasteButtonHandle
Interface
Represents the ref handle of the SmartPasteButton component.
Definition
Package:@progress/kendo-react-buttons
Properties
click
() => void
Programmatically triggers a click on the SmartPasteButton.
element
null | HTMLButtonElement
Gets the DOM element of the Button component.
selected
boolean
Returns true when the component is togglable and selected (see example).
Otherwise, returns false.