Skip to content

Commit 7b4499d

Browse files
committed
Format
1 parent 1d771be commit 7b4499d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/en/docs/refguide/modeling/pages/page/page-parameter.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use an object or primitive value in your page, define a parameter. In the ima
1717

1818
### Name
1919

20-
**Name** refers to the name of the parameter.
20+
* **Name** — The name of the parameter.
2121

2222
### Data Type
2323

@@ -53,6 +53,8 @@ Variable arguments are used to pass parameters from the context to the page. Thi
5353

5454
### Expression-Based Arguments
5555

56-
This method allows users to use functions and follow associations within the expression to set the argument values. Using expressions for arguments provides flexibility in setting values and improves the functionality of pages. In the example below, the page has a parameter **AnimalName** which is populated by an expression extracting the **Name** member of the provided **Animal** object:
56+
This method allows users to use functions and follow associations within the expression to set the argument values. Using expressions for arguments provides flexibility in setting values and improves the functionality of pages.
57+
58+
In the example below, the page has a parameter **AnimalName** which is populated by an expression extracting the **Name** member of the provided **Animal** object:
5759

5860
{{< figure src="/attachments/refguide/modeling/pages/page/page-parameter-expression.png" alt="example expression-based arguments" width="500px" >}}

0 commit comments

Comments
 (0)