Skip to content

Commit 2573e48

Browse files
committed
Add more clarifications to certain parts
1 parent b34e31c commit 2573e48

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/resources/data-representation/global-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can access these properties via the **Set from Variable menu > Global Proper
1818
![global-properties.avif](../imgs/global-properties.avif)
1919

2020
:::note
21-
Global properties are exposed by FlutterFlow. You can't create one by yourself.
21+
Global properties are variables exposed by FlutterFlow. You can't create one by yourself.
2222
:::
2323

2424
## List of Global Properties

docs/resources/data-representation/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Overview
44
description: Explore the essentials of data representation in app development, focusing on the use of variables in FlutterFlow.
55
tags: [Data Representation, FlutterFlow, Variables]
66
sidebar_position: 0
7-
keywords: [Data Representation, FlutterFlow, Variables]
7+
keywords: [Data Representation, FlutterFlow, Variables, Data Types, Global Data, Encapsulation]
88
---
99

1010
# Overview
@@ -28,7 +28,7 @@ Variables are used in practically all areas of the app, from the user interface
2828

2929
To create a variable, start by defining its name and data type. If it's going to contain a list, you can specify that. Certain variables, such as page state and component state variables, are non-nullable by default, meaning they must contain a value. After defining the variable, you can assign a value to it.
3030

31-
Learn more about creating [app state variables](../data-representation/app-state.md), [page state variables](../../resources/ui/pages/page-lifecycle/#page-state), and [component state variables](../../ff-concepts/state-management/generated-code.md#component-state).
31+
Learn more about creating [app state variables](../data-representation/app-state.md), [page state variables](../../resources/ui/pages/page-lifecycle/#page-state), and [component state variables](../ui/components/custom-components/component-lifecycle#component-state).
3232

3333
### Setting and using variables
3434

docs/resources/ui/components/custom-components/component-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ created.
7070

7171
:::note[STATE VARIABLES]
7272
A state variable holds information or data about your UI at any given moment. To learn more
73-
about **states and state management, [refer here.](../../../../ff-concepts/state-management/generated-code.md)**
73+
about **states and state management, [refer here.](../../../../ff-concepts/state-management/state-variables.md)**
7474
:::
7575

7676
**Component state** refers to the information that a component tracks about its current condition or

docs/resources/ui/pages/page-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ trigger specific actions in response to a phone shake gesture.
101101

102102
:::note[State Variables]
103103
A state variable holds information or data about your UI at any given moment. To learn more
104-
about **states and state management, [refer here](../../../ff-concepts/state-management/generated-code.md)**
104+
about **states and state management, [refer here](../../../ff-concepts/state-management/state-variables.md)**
105105
:::
106106

107107

0 commit comments

Comments
 (0)