Ash.Info.Manifest.SortCapabilities (ash v3.25.1)

Copy Markdown View Source

Top-level sort vocabulary for a manifest. The directions list is fixed — Ash's sort directions don't vary per resource or app config.

Summary

Types

direction()

@type direction() ::
  :asc
  | :desc
  | :asc_nils_first
  | :asc_nils_last
  | :desc_nils_first
  | :desc_nils_last

t()

@type t() :: %Ash.Info.Manifest.SortCapabilities{
  custom: map(),
  directions: [direction()]
}