Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Feature: adds controllerid definition #793

Merged
merged 5 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions content/en/api/actions/navigate/pushstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ Presents a new screen and puts it on the pile.

Your structure is represented by the attribute below:

| **Attribute** | **Type** | Required | **Definition** |
| :------------ | :--------------------------------------------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) | ✓ | Navigation route. |
| **Attribute** | **Type** | Required | **Definition** |
| :------------ | :------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) | ✓ | Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
1 change: 1 addition & 0 deletions content/en/api/actions/navigate/resetapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your structure is represented by the attribute below:
| **Attribute** | **Type** | Required | Definition |
| :------------ | :-------------------------------------------------- | :------- | :---------------- |
| route | ​[**Route**]({{< ref path="/api/actions/navigate/route" lang="en" >}})**​** | ✓ | Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
1 change: 1 addition & 0 deletions content/en/api/actions/navigate/resetstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Your structure is represented by the attribute below:
| **Attribute** | Type | Required | Definition |
| :------------ | :--------------------------------------------- | :------- | :---------------- |
| route | [**Route**]({{< ref path="/api/actions/navigate/route/" lang="en" >}}) | ✓ | Navigation route. |
| controllerId | String | | The navigation controller id to be used during the navigation action, If missing, the default navigation controller will be used instead. |

## How to use it?

Expand Down
2 changes: 1 addition & 1 deletion content/en/resources/platform-sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >-

---

Some elements provided by Beagle can will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it wont be used for web, since brownsers already have this functionality.
Some elements provided by Beagle will function in some platforms better than in others, for example, the [**ScrollView**]({{< ref path="/api/components/layout/scrollview" lang="en" >}}) works in mobile when you need to scroll on content but it wont be used for web, since brownsers already have this functionality.

In order to filter some componentes, Beagle has a **platform specification** functionality called **canalization**, so it will be able to control which elements are sent by the BFF and select which platforms it will be sent to.

Expand Down
1 change: 1 addition & 0 deletions content/en/resources/urls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Urls
weight: 8
hasNewFeature: true
description: >-
Here, you'll find how Beagle deals with URLs between backend and frontend
(BFF)
Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/pushstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :-------------------------------------------- | :---------: | :----------------- |
| route | [Route]({{< ref path="/api/actions/navigate/route/" lang="pt" >}}) | ✓ | Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/resetapplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :---------------------------------------------- | :---------: | :----------------- |
| route | ​[Route]({{< ref path="/api/actions/navigate/route/" lang="pt" >}})​ | ✓ | Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down
1 change: 1 addition & 0 deletions content/pt/api/actions/navigate/resetstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A sua estrutura é representada como mostrado abaixo:
| **Atributo** | **Tipo** | Obrigatório | **Definição** |
| :----------- | :--------------------------------------------- | :---------: | :----------------- |
| route | ​[Route]({{< ref path="/api/actions/navigate/route" lang="pt" >}})​ | ✓ | Rota de navegação. |
| controllerId | String | | O id do controlador de navegação a ser usado durante a ação de navegação. Se ausente, o controlador de navegação padrão será usado. |

## Como usar?

Expand Down