removeFormElementFromPageAsync

abstract fun removeFormElementFromPageAsync(@NonNull formElement: FormElement): Single<Boolean>

Allows to programmatically remove a form element from the document, asynchronously.

Return

Single emitting true if the form element was deleted, or false if there was an error.

Parameters

formElement

The FormElement to remove.