getTabOrderAsync

abstract fun getTabOrderAsync(): Single<List<FormElement>>

Returns order of FormElement for document, asynchronously.

Return

Single emitting list of FormElement in tab order.