Hello! I'm trying to add a few properties to the matrixdropdowncolumn
Below is the code I have, taken from other questions here
TypeScriptserializer.addProperty('matrixdropdowncolumn', {
name: 'test:number',
});
SurveyQuestionEditorDefinition.definition[
'matrixdropdowncolumn'
].properties?.push('test');
This is what I get
However, I cannot find that property when I click to edit a certain column, it's only visible in this view, which for us doesn't really work because we need to add a bunch of properties, including some custom property types, is there anyway I can achieve that? I look a lot for it but couldn't find anything…
Thanks you!