DrawInfo
constructor(editable: Boolean = true, focusId: String? = null, position: Int = 0, extraData: Map<String, Any> = emptyMap(), selectMode: Boolean = false)
Parameters
editable
if the content can the edited
focusId
which content has the focus
position
the position of the content
extraData
additional data
selectMode
if the content is current being selected and should show a visible feedback of it.