input output property: fix semantic with two ways bindings

This commit is contained in:
Olivier Goffart 2022-11-10 15:21:13 +01:00 committed by Olivier Goffart
parent 15d9a2665b
commit 6ab6ae63d4
10 changed files with 477 additions and 23 deletions

View file

@ -346,7 +346,7 @@ pub struct BuiltinPropertyInfo {
impl BuiltinPropertyInfo {
pub fn new(ty: Type) -> Self {
Self { ty, default_value: None, property_visibility: PropertyVisibility::Private }
Self { ty, default_value: None, property_visibility: PropertyVisibility::InOut }
}
pub fn is_native_output(&self) -> bool {