Member Junction
    Preparing search index...

    One action a correct answer invokes, with the checks that make the invocation usable.

    interface ExpectedAction {
        name: string;
        params?: ParamExpectation[];
    }
    Index

    Properties

    Properties

    name: string
    params?: ParamExpectation[]