cabrillo.navigation - Client
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API reference
Cabrillo JS functions for forward and backward navigation.
cabrillo.navigation - goBack()
Enables backward navigation.
Name | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
Boolean | Returns true if Cabrillo JS will navigate backward; otherwise false. |
Example
cabrillo.navigation - goto( String url, Cabrillo.NavigationRequest request)
Enables forward navigation.
Use the request parameter not the url parameter for list or record navigation.
Name | Type | Description |
---|---|---|
url | String | An URL to navigate to. This should be used for custom URL navigation. Optional. |
request | Cabrillo.NavigationRequest | Describes the list or record to navigate to. Optional. |
Type | Description |
---|---|
Boolean | Returns true if Cabrillo JS will navigate; otherwise returns false. |
Example
Navigate to a URL.
Example
Navigate to a list. The request parameter is preferred over the url parameter for list navigation.
Example
Navigate to a record. The request parameter is preferred over the url parameter for record navigation.
Example
Navigate to a new record.