Package-level declarations

Types

Link copied to clipboard

The main Fat Controller of the document. Serves as the public gateway to access the document state and apply various actions on it.

Link copied to clipboard
data class DocumentData(val isLoading: Boolean = false, val isLoaded: Boolean = false, val title: String = "", val uid: String = "", val pageCount: Int = 0, val permanentFileId: ByteArray? = null, val changingFileId: ByteArray? = null, val getPageSize: (Int) -> ERROR CLASS: Symbol not found for Size?? = { null })

Immutable state class providing specific details of the document.

Functions

Link copied to clipboard

Composable that creates a DocumentController object that holds the state of the document.