MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp
/
DocumentModel
Document
Model
class
DocumentModel
(
val
scope
:
CoroutineScope
,
val
documentStore
:
DocumentStore
)
Members
Constructors
Document
Model
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
documentStore
:
DocumentStore
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
document
Infos
Link copied to clipboard
val
documentInfos
:
SnapshotStateMap
<
String
,
DocumentInfo
>
document
Store
Link copied to clipboard
val
documentStore
:
DocumentStore
scope
Link copied to clipboard
val
scope
:
CoroutineScope
Functions
initialize
Link copied to clipboard
suspend
fun
initialize
(
)