Links

Naming conventions

As you build complex Uiflow applications, it is important to keep your components organized. For internal organization purposes, Uiflow recommends you rename the components in your application to reference their function or to use a standard naming convention. For example, if a container contains components to display your total sales, you can rename the container Total Sales.
Naming becomes very important when using the same components in different or similar areas of your application, since the components will have the same default name.

Rename a component or container

You can easily rename components or containers in your UiFlow app. To rename a component/container:
  1. 1.
    From the Design view, click a component or container in your app. You should see the properties of the selected component/container in the Inspector panel.
  2. 2.
    Click the more icon (three vertical dots) at the top right of the screen.
  3. 3.
    Click Rename.
  4. 4.
    Enter a new name for the component/container.
  5. 5.
    Press Enter to save the name.