DocsAPI ReferenceComponents<ActionBar.DragHandle>

<ActionBar.DragHandle>

Render a drag handle in the <ActionBar>. Used by the actionBar override when dnd.enableDragHandle is enabled.

<ActionBar>
  <ActionBar.Group>
    <ActionBar.DragHandle label="Drag to reorder" />
  </ActionBar.Group>
</ActionBar>

Props

PropExampleTypeStatus
label"Drag to reorder"String-
disabledtrueBoolean-
refdragHandleRefRef-

Optional Props

label

An accessible label for the handle. Defaults to the action-drag dictionary token when rendered by Puck.

disabled

Prevent the handle from initiating a drag.

ref

A ref passed to the underlying button. Pass the override’s dragHandleRef when using it within the actionBar override.