Skip to content

Commit 284b8c0

Browse files
committed
New translations call-chain.md (Portuguese, Brazilian)
1 parent beddac0 commit 284b8c0

File tree

1 file changed

+1
-1
lines changed
  • i18n/pt/docusaurus-plugin-content-docs/version-20-R9/commands

1 file changed

+1
-1
lines changed

i18n/pt/docusaurus-plugin-content-docs/version-20-R9/commands/call-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The command facilitates debugging by enabling the identification of the method o
3232
| **Propriedade** | **Tipo** | **Description** | **Exemplo** |
3333
| --------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
3434
| database | Text | Name of the database calling the method (to distinguish host methods and component methods) | "database":"contactInfo" |
35-
| formula | Texto (se houver) | Contents of the current line of code at the current level of the call chain (raw text). Corresponds to the contents of the line referenced by the `line` property in the source file indicated by method. If the source code is not available, `formula` property is omitted (Undefined). | "var $stack:=Call chain" |
35+
| formula | Texto (se houver) | Contents of the current line of code at the current level of the call chain (raw text). Corresponds to the contents of the line referenced by the `line` property in the source file indicated by method. Se o código-fonte não estiver disponível, a propriedade `formula` é omitida (Undefined). | "var $stack:=Call chain" |
3636
| linha | Integer | Line number of call to the method | "line":6 |
3737
| name | Text | Name of the called method | "name":"On Load" |
3838
| type | Text | Type of the method: <li>"projectMethod"</li><li>"formObjectMethod"</li><li>"formmethod"</li><li>"databaseMethod"</li><li>"triggerMethod"</li><li>"executeOnServer" (when calling a project method with the *Execute on Server attribute*)</li><li> "executeFormula" (when executing a formula via [PROCESS 4D TAGS](../commands-legacy/process-4d-tags.md) or the evaluation of a formula in a 4D Write Pro document)</li><li>"classFunction"</li><li>"formMethod"</li> | "type":"formMethod" |

0 commit comments

Comments
 (0)