@cucumber/cucumber
    Preparing search index...

    Interface IContext<ParametersType>

    interface IContext<ParametersType = any> {
        parameters: ParametersType;
    }

    Type Parameters

    • ParametersType = any
    Index

    Properties

    Properties

    parameters: ParametersType