Add possibility to mark property as required #7429
Labels
a:language-slint
Compiler for the .slint language (mO,bF)
enhancement
New feature or request
rfc
Request for comments: proposals for changes
Feature Description
It would be nice to mark properties as required, meaning they have to be set from outside. (Like in the Timer)
The use case is, that we have whole navigation trees abstracted away. And there we pipe properties through. The top level component has all properties required for the tree, which will be a lot. So it is easy to miss a property if it gets added in a subpage.
Product Impact
No response
The text was updated successfully, but these errors were encountered: