In This Section
- Concepts
- Data
- Build
- The Composer
- The Page Index
- Context
- Pages
- Models
- Components
- Best Practices
- Debugging Skuid in the Console
- Logic
- Style
- Deploy
- Extend
- Reference
- API Reference
- skuid.debug
- skuid.runtime
- skuid.$
- skuid.actions
- skuid.ajax
- skuid.builder.core
- skuid.builder.core.coreProps
- skuid.calendar
- skuid.component
- skuid.componentType
- skuid.events
- skuid.formula
- skuid.hotkeys
- skuid.label
- skuid.load
- skuid.model
- skuid.model.Model
- skuid.mustache
- skuid.page
- skuid.sfdc
- skuid.snippet
- skuid.time
- skuid.ui
- skuid.utils
- skuid.version
- Component-Specific APIs
- Skuid Model Metadata Object
- Skuid Model Child Relationship Metadata Object
- Skuid Model Condition Metadata Object
- Skuid Model Field Metadata Object
- Skuid Model Record Type Metadata Object
- Page XML API
- skuid CLI
- Skuid Metadata Object Reference
- Skuid Glossary
- Formula and Function Reference
- Early Access Expectations
- Open Source Software Attributions
- API Reference
- Site Administration
- Tutorials
- Legal terms and conditions
In This Topic
Apps¶
:docs_url:`Skuid apps and their routes <skuid/deploy/apps/>`__ are represented by an app
object, which is represented by one JSON file.
Field Name | Type | Description |
name | String |
The name of the app |
baseUrl | String |
The base URL of the app, which is appended to the Skuid site’s subdomain |
defaultRoute | String |
The default route of the app, typically a single backslash / |
routes | [ route Object ] | An array of route JSON objects representing each route within the app |
route
Object¶
Field Name | Type | Description |
route | String |
The URL substring appended to the app’s default route, which determines where the page will be located |
page | String |
The name of the Skuid page located at the route |