Optionalbackground(default="#00000000") Background color in a "#RRGGBBAA" format.
Optionalborder(default="#00000000") Border color in a "#RRGGBBAA" format.
Optionalborder(default=0.0) Radius of a rounded corner.
Optionalborder(default=0.0) Border width.
OptionalbottomDistance in pixels between the bottom edge of this component and the bottom edge of its parent (including a border). If this field is defined, this element will be absolutely positioned, instead of being laid out by its parent.
OptionalboxList of box shadows.
OptionalchildrenList of component's children.
OptionaldirectionDirection defines how static children are positioned inside a View component.
OptionalheightHeight of a component in pixels (without a border). Exact behavior might be different based on the parent component:
OptionalidId of a component.
OptionalleftDistance in pixels between this component's left edge and its parent's left edge (including a border). If this field is defined, this element will be absolutely positioned, instead of being laid out by its parent.
Optionaloverflow(default="hidden") Controls what happens to content that is too big to fit into an area.
Optionalpadding(default=0.0) Padding for all sides of the component.
Optionalpadding(default=0.0) Padding on bottom side in pixels.
Optionalpadding(default=0.0) Padding for the left and right of the component.
Optionalpadding(default=0.0) Padding on left side in pixels.
Optionalpadding(default=0.0) Padding on right side in pixels.
Optionalpadding(default=0.0) Padding on top side in pixels.
Optionalpadding(default=0.0) Padding for the top and bottom of the component.
OptionalrightDistance in pixels between this component's right edge and its parent's right edge. If this field is defined, this element will be absolutely positioned, instead of being laid out by its parent.
OptionalrotationRotation of a component in degrees. If this field is defined, this element will be absolutely positioned, instead of being laid out by its parent.
OptionaltopDistance in pixels between this component's top edge and its parent's top edge (including a border). If this field is defined, then the component will ignore a layout defined by its parent.
OptionaltransitionDefines how this component will behave during a scene update. This will only have an
effect if the previous scene already contained a View component with the same id.
OptionalwidthWidth of a component in pixels (without a border). Exact behavior might be different based on the parent component:
Export
View