Optional
id"Fills the ID of the element (not very practical)."
Example:
<View id="id" />
Defined value to be passed in the onChange function in the Dropdown component.
Important: Use only String.
Example:
<DropdownItem label="text" />
Optional
transform"Prepare a position transforming of element"
Example:
<View transform="rotate(45deg)" />
Optional
transition"Prepare a transition of visual state change"
Example:
<View transition="background-color 0.5s ease-in-out" />
Value to be displayed on the client's screen.
Example:
<DropdownItem value="text" />
Optional
visual"Determines the visual state of the component and its children."
Example:
<View visualState="success" />
Properties used by the DropdownItem component.