Preparing search index...
The search index is not available
@edgefirst-dev/crud-routes - v1.0.0
@edgefirst-dev/crud-routes
crud
CrudOptions
Interface CrudOptions
interface
CrudOptions
{
idPrefix
?:
string
;
on
?:
"member"
|
"collection"
|
"shallow"
;
only
?:
(
"index"
|
"show"
|
"new"
|
"edit"
|
"destroy"
)
[]
;
shallow
?:
true
;
}
Index
Properties
id
Prefix?
on?
only?
shallow?
Properties
Optional
id
Prefix
idPrefix
?:
string
Optional
on
on
?:
"member"
|
"collection"
|
"shallow"
Optional
only
only
?:
(
"index"
|
"show"
|
"new"
|
"edit"
|
"destroy"
)
[]
Optional
shallow
shallow
?:
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
Prefix
on
only
shallow
@edgefirst-dev/crud-routes - v1.0.0
Loading...