publishFormSubmitEventAsync

abstract suspend fun publishFormSubmitEventAsync(selector: String, context: List<String> = mutableListOf()): Result

Publishes a FORM SUBMIT event with the given selector and context.

Return

The result of the operation.

Parameters

selector

The selector.

context

The list of context elements.