hostDraggable property

  1. @HostBinding('attr.draggable')
String? get hostDraggable

Implementation

@HostBinding('attr.draggable')
String? get hostDraggable => _reorderHandle == null ? 'true' : null;