• assert that the parameter described by paramSpec is proposed to be changed in the question described by questionSpec.

    Parameters

    • paramSpec: {
          paramPath: unknown;
          parameterName: string;
      }
      • paramPath: unknown
      • parameterName: string
    • questionSpec: QuestionSpec<ParamChangeIssue<unknown>>

    Returns void

Generated using TypeDoc