vapor-chamber API reference - v1.16.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
router
RoutesPayload
Type Alias RoutesPayload
Envelope for a delivered route table.
type
RoutesPayload
=
{
base
?:
string
;
version
?:
string
;
routes
:
readonly
RouteRecord
[]
;
}
Index
Properties
base?
version?
routes
Properties
Optional
base
base
?:
string
Optional
version
version
?:
string
Cache-busting tag (deploy version).
routes
routes
:
readonly
RouteRecord
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
version
routes
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.16.0
Loading...
Envelope for a delivered route table.