States
The State menu enables you to configure stateful component properties, which store or retrieve data for your application. For example, if you input a new value in a Text component's label state, the Text component stores and displays your input.
Note: Some states are read-only (e.g. display properties) and cannot be manipulated during debugging (e.g. when using breakpoints).

You can access the State menu through the:
The Inspector panel contains configuration options for components and pages in your application. When you select a component in the Design view, the Inspector panel appears on the right side of the screen.
To configure stateful properties from the Inspector panel:
- 1.Click the component or page you want to configure. This opens the Inspector panel.
- 2.Click the State tab in the Inspector panel. Ensure the top of the Inspector panel displays the name of the component you want to configure.
- 3.Select a property and configure it as needed.
The quick selection menu is a floating toolbar that provides quick access to a selected component's configuration options.
To configure a component's states using the quick selection menu:
- 1.Click the component you want to configure. The quick selection menu appears over the component.
- 2.Click the State icon to open a list of component states.
- 3.Select a property and configure it as needed.
Last modified 1mo ago