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