SerenityJS
    Preparing search index...

    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: Form<unknown>
    player: Player
    result: FormResult<T>