Documentation / @zerotal/admin / index / SavedView
Interface: SavedView
Defined in: admin/src/savedViews.ts:24
A stored view: a name, the resource it belongs to, and the query it restores.
Properties
id
id:
string
Defined in: admin/src/savedViews.ts:25
resource
resource:
string
Defined in: admin/src/savedViews.ts:27
Resource slug this view belongs to.
name
name:
string
Defined in: admin/src/savedViews.ts:28
query
query:
string
Defined in: admin/src/savedViews.ts:30
The list's query string, without the leading ?.
shared?
optionalshared?:boolean
Defined in: admin/src/savedViews.ts:32
Show this view to everyone rather than only its author.