schema/resource_schema
library
Classes
-
PollConfig
-
Optional background-revalidation cadence published by the panel.
-
RealtimeConfig
-
Public Reverb connection settings published by the panel.
-
ReorderConfig
-
A resource's drag-to-reorder capability (P18) — present on
ResourceSchema.reorder if and only if the web panel's table declared a
non-pivot reorder column and authorized this user for it. See
contract/README.md's "Reordering" section for the full server contract.
-
ResourceBadge
-
The web sidebar's count badge for one resource — the value is whatever
string the panel renders (usually a count), the colour the same semantic
vocabulary card badges use (
success, warning, …).
-
ResourceSchema
-
One Filament resource, rendered as a list of cards plus create/edit/view
pages. Construct it directly for a Dart-defined override, or via
ResourceSchema.fromJson for the server-served schema — same class, same
renderer, one code path.
-
ResourceSearch
-
-
ResourceSort
-
Enums
-
PanelDirection
-
The panel's layout direction, published on the wire as a closed set.