ion-reorder-group

Defines a Reorder Group component.

The Reorder Group is a container for items using the Reorder component that is used to drag items within the group.
Once the user drags an item and drops it in a new position, the ionItemReorder event is dispatched. A handler for it should be implemented that calls the event.target.complete() method.
The detail property of the ionItemReorder event includes all of the relevant information about the reorder operation, including the ‘from’ and ‘to’ indexes.
For more information: Reorder Group.

Name Description
Disabled If true the component will be disabled, preventing the the user from changing the value.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Identifier Defines the component identifier.
Is active Defines whether the component is active.