Abstract
Input value type.
Readonly
Abstract
readAn AfterEvent
keeper of submit status flags.
The [AfterEvent__symbol]
property is an alias of this one.
Static
[Abstract
resetAbstract
submitAttempts to submit the input data.
submitted
status flag.
2.1. Rejects to submit if busy
status flag is set, or if ready
status flag is not set with
[InSubmitRejectedError].
Note that the latter mey be reset after the step 1. So this check is performed asynchronously.
2.2. Otherwise, sets the busy
status flag.submitter
function.submitter
to resolve.
5.1. Resolves the result promise if submit were successful.
5.2. Otherwise, reports submit failure messages.Submit result value type.
A submitter function that performs actual submit.
Submit result promise.
Generated using TypeDoc
Input submit aspect.
Allows to submit input data and reports submit status.
Implements an
EventKeeper
interface by sending submit status flags to registered receivers.