InstantDocumentView

fun InstantDocumentView(documentState: DocumentState, modifier: Modifier = Modifier, instantDocumentManager: InstantDocumentManager = getDefaultInstantDocumentManager())

Composable that displays an Instant document with real-time collaboration support.

Parameters

documentState

The DocumentState describing the Instant document to be shown.

modifier

The Modifier to be applied to the layout.

instantDocumentManager

The InstantDocumentManager for handling document and Instant events.