Type Definitions
object
# RouterType
Type representing the AdminJS.Router
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
assets |
Array.<object>
|
||
assets[].path |
string
|
||
assets[].src |
string
|
||
routes |
Array.<object>
|
||
routes[].method |
string
|
||
routes[].path |
string
|
||
routes[].Controller |
any
|
||
routes[].action |
string
|
||
routes[].contentType |
string
|
<optional> |