1 Understand the Page Model
The page model consists of a JSON file. To work with the page model by hand, you should understand the structure and components of this JSON.
Applications built using Visual Builder typically have multiple flows, each containing multiple pages. Every application
has a default flow
, and every flow
has a default page
, and pages are what users see and interact with.
A Visual Builder page
is backed by a model. This guide describes how to work with the metadata in the model's JSON file. Other containers like, application
, flow
, page
, fragment
and layout
, also each use a similar model.
Note:
While most metadata defined in the page model applies to pages and other container types (for example, variables
are supported in every container), the level of support for specific metadata may differ between container types. For details on the differences, refer to the specific container types.