schema/resource_schema
library
Classes
-
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.