publish Form Submit Event
abstract fun publishFormSubmitEvent(selector: String, context: List<String> = mutableListOf(), callback: Callback? = null)
Publishes a FORM SUBMIT event with the given selector and context.
Parameters
selector
The selector.
context
The list of context elements.
callback
The callback function containing information about the operation.