Optional
id"Fills the ID of the element (not very practical)."
Example:
<View id="id" />
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" />
Optional
visual"Determines the visual state of the component and its children."
Example:
<View visualState="success" />
Extra properties for library behavior