Draw Info
constructor(editable: Boolean = true, focus: Int? = null, position: Int = 0, extraData: Map<String, Any> = emptyMap(), selectMode: Boolean = false, selection: Selection? = null)
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.