menu
ngcomponents package
documentation
reorder_list/reorder_list.dart
ReorderItemDirective
hostDraggable property
hostDraggable property
dark_mode
light_mode
hostDraggable
property
@HostBinding('attr.draggable')
String
?
get
hostDraggable
Implementation
@HostBinding('attr.draggable') String? get hostDraggable => _reorderHandle == null ? 'true' : null;
ngcomponents package
documentation
reorder_list/reorder_list
ReorderItemDirective
hostDraggable property
ReorderItemDirective class