Add checker to check value type of configuration properties #2298
Labels
⚙️Configuration
Related to Taipy Configuration
Core: ⚙️ Configuration
Core
Related to Taipy Core
📄 Documentation
Internal or public documentation
📈 Improvement
Improvement of a feature.
🟧 Priority: High
Must be addressed as soon
📝Release Notes
Impacts the Release Notes or the Documentation in general
We should also add all the properties to check. not only the callable.
The dictionary should be moved close to the definition of the properties, in the DataNodeCOnfig class.
The format should be updated to
Dict[str, Dict[str, Any]]
fromDict[str, List[Tuple[Any, List[str]]]]
Example:
The text was updated successfully, but these errors were encountered: