useHandle property
The HtmlElement to be used as the drag handle.
Optional. If not specified, the host element for this directive will also be the handle.
Implementation
@Input()
set useHandle(HtmlElement element) {
_handleElement = element;
}
The HtmlElement to be used as the drag handle.
Optional. If not specified, the host element for this directive will also be the handle.
@Input()
set useHandle(HtmlElement element) {
_handleElement = element;
}