ReorderItemDirective class
Indicates that the element is a list item in the containing reorder-list
component. See ReorderListComponent for usage.
- Annotations
-
- @Directive(selector: '[reorderItem]')
Constructors
- ReorderItemDirective(HtmlElement element, @Optional() ReorderHandleProvider? _handleProvider)
Properties
- element → HtmlElement
-
final
- handleElement → HtmlElement
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostDraggable → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useHandle ← HtmlElement
-
The HtmlElement to be used as the drag handle.
no getter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- hostRole → const String
- hostTabIndex → const int