Whether the node has changes in a draft.
Optional
editorA React Ref that can reference the underlying editor instance
Optional
focusedWhether the node is focused.
The focus path of the form node.
Optional
hideOption to hide the default toolbar
Optional
hotkeysAssign hotkeys that can be attached to custom editing functions
The unique identifier of the node.
Optional
initialWhether the input is activated and should receive events on mount.
By default, this value is set to true
Optional
initialWhether the input is initially open in fullscreen mode
The level of the node in the form hierarchy.
Optional
markersArray of PortableTextMarker with meta data connected to the content.
Optional
onCustom copy function
Optional
onReturns changes from the underlying editor
Optional
onCustom paste function
The path of the node in the form hierarchy.
Optional
rangeArray of RangeDecoration that can be used to decorate the content.
Optional
readWhether the node is read-only.
Optional
renderFunction to render custom block actions
Optional
renderFunction to render custom markers
The schema type of the node.
The validation markers of the node.
The value of the node.
Component props for the PortableTextInput React component.
Extends ArrayOfObjectsInputProps.