Skip to content
Snippets Groups Projects
Commit 7456fbb3 authored by rhenck's avatar rhenck
Browse files

Explicitly define value for likert-row

parent bed34a59
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ import { InstantiationEror } from 'common/util/errors'; ...@@ -13,6 +13,7 @@ import { InstantiationEror } from 'common/util/errors';
export class LikertRowElement extends InputElement implements LikertRowProperties { export class LikertRowElement extends InputElement implements LikertRowProperties {
type: UIElementType = 'likert-row'; type: UIElementType = 'likert-row';
value: number | null = null;
rowLabel: TextImageLabel = { text: '', imgSrc: null, imgPosition: 'above' }; rowLabel: TextImageLabel = { text: '', imgSrc: null, imgPosition: 'above' };
columnCount: number = 0; columnCount: number = 0;
firstColumnSizeRatio: number = 5; firstColumnSizeRatio: number = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment