Function assertBallotConcernsParam
- assertBallotConcernsParam(paramSpec, questionSpec): void
Parameters
paramSpec: {
paramPath: unknown;
parameterName: string;
}
paramPath: unknown
parameterName: string
questionSpec: QuestionSpec<ParamChangeIssue<unknown>>
Returns void
assert that the parameter described by paramSpec is proposed to be changed in the question described by questionSpec.