Draw Info
data class DrawInfo(val editable: Boolean = true, val focus: Int? = null, val position: Int = 0, val selectMode: Boolean = false, val selection: Selection? = null, val extraData: Map<String, Any> = emptyMap())
The class holds the information of the content to be draw by the SDK.
Parameters
editable
if the content can the edited
focus Id
which content has the focus
position
the position of the content
extra Data
additional data
select Mode
if the content is current being selected and should show a visible feedback of it.