SerenityJS
Preparing search index...
@serenityjs/core
FormParticipant
Interface FormParticipant<T>
The participant of a form.
interface
FormParticipant
<
T
>
{
instance
:
Form
<
unknown
>
;
player
:
Player
;
result
:
FormResult
<
T
>
;
}
Type Parameters
T
Index
Properties
instance
player
result
Properties
instance
instance
:
Form
<
unknown
>
player
player
:
Player
result
result
:
FormResult
<
T
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
instance
player
result
SerenityJS
Loading...
The participant of a form.