add Form Element To Page Async
abstract fun <T : FormElementConfiguration?> addFormElementToPageAsync(@NonNull fullyQualifiedName: String, @NonNull formElementConfiguration: T): Single<FormField>
Allows to programmatically create and insert a form field into the document, asynchronously.
Return
Single emitting the newly created form field.
Parameters
fully Qualified Name
The fully qualified name of the new form field.
form Element Configuration
Form element configuration class.
<T>
Form element configuration subclass.