Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
In QFace, customers can specify whether an interface is zoned or not at the interface level using the annotation
@config: { zoned: true }
However, in many scenarios, not all properties within a zoned interface need to be zoned. Currently, there is no mechanism to override the zoned configuration at the property level. To provide better flexibility and control, we need to introduce an enhancement that allows specifying
{{@config: { zoned: false } at the property level. }}
When a property is explicitly marked as zoned: false, it should not be treated as zoned, even if the interface itself is zoned.