Hi,
During exploration of possibilities to my previous post Question about dynamic bindings I try to use StructuredProperty to solve my problem.
During test of this StructuredProperty based on the “StructProp“ widget from usecase lib, I have create my own property with this parameters:
javascript
/**
* @cfg {Number} value=0
* Defines the data source of the row.
* @bindable
* @not_projectable
* @iatStudioExposed
* @iatCategory Data
*/
/**
* @cfg {String} componentName=''
* Defines the component name of the row.
* @not_projectable
* @iatStudioExposed
* @iatCategory Behaviour
*/
/**
* @cfg {String} attributeName=''
* Defines the attribute name of the row.
* @not_projectable
* @iatStudioExposed
* @iatCategory Behaviour
*/
When I build widget I get an error:
Running “sass:widgetsDefault” (sass) task
Fatal error: Error: Undefined mixin.
╷
3 │ @include widgets_debug_StructProp_TestStruct.base
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
C:\\WD\\6.4.0\\data\\wwwRoot\\BRVisu\\widgets\\debug\\StructProp\\meta\\TestStruct\\TestStruct_default.scss 3:3 root stylesheet
\[2025-09-09T18:02:23.978Z\] exit, code=3
I don’t know if it’s a bug or a wrong usage, if someone has an idea?
For version I use WDTC 6.4.0 and mappView 6.3.2.
Regards,
Florent