Navigations
Here you can set navigations to specific types.
| Property | Type | Default |
|---|---|---|
type |
object | {} |
type
The type property accepts an object containing the navigation field names as keys and types as values.
Currently, the only supported type is toggle. toggle type navigations are navigations that have boolean values.
An example navigations config:
navigations: {
type: {
"[navigation field value]" : "toggle",
}
}