Instant Document View
fun InstantDocumentView(documentState: DocumentState, modifier: Modifier = Modifier, instantDocumentManager: InstantDocumentManager = getDefaultInstantDocumentManager())
Composable that displays an Instant document with real-time collaboration support.
Parameters
document State
The DocumentState describing the Instant document to be shown.
modifier
The Modifier to be applied to the layout.
instant Document Manager
The InstantDocumentManager for handling document and Instant events.