reorder property

ReorderConfig? reorder
final

Drag-to-reorder capability (P18) — absent (null) on almost every resource, present only when the server's /schema response carried the reorder key for this session. ResourceListScreen gates its reorder toggle on this alone — see that screen's class doc for why no host hook is needed the way onCreateTap needs one.

Implementation

final ReorderConfig? reorder;