The JSON object representing the HTML of the layout.
Note that any child in this JSON tree can also be a Dialog component.
This section describes the properties of JsonLayout
.
JSON Element. Interface representing the HTML content sections of a layout, namely header
and content
elements.
JsonElement
contains the following properties:
The attributes of the parent HTML element.
The tag name of the main HTML element. For example, the listed type
can be div
.
The children elements of the given JsonElement
. The children can be a JsonElement
, a JsonElement
array (JsonElement[]
), or a dialog fragment.
[Optional] If your layout is a form, any bindings that are associated in this layout.
[Optional] Style being used in the layout.
Boolean. Returns true
if a submit is required to access this layout.
The layout type. The type
can be either layout
or text
.
Copyright 2023 Samsung All rights reserved