Interface: ScreenProps
Properties of the root component of the form. Internal use only.
Properties
children
children:
ReactNode
The React child node.
disabled?
optional
disabled:boolean
If true, the children are in disabled state.
readOnly?
optional
readOnly:boolean
If true, the children are in read-only state.