featue: add artboard data bind support (#9996) be0b691d9b

* add artboard data bind support

Co-authored-by: hernan <hernan@rive.app>
This commit is contained in:
bodymovin
2025-06-20 19:24:12 +00:00
parent b7aab9f74b
commit b9903fbee1
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
9af17212ca6acc19b7f55ba6128d1f375425242f
be0b691d9ba25faada8131d7ad2289460de7972f

View File

@@ -38,6 +38,8 @@ RiveDataBindingViewModelInstancePropertyDataTypeFromRuntime(rive::DataType type)
return RiveDataBindingViewModelInstancePropertyDataTypeSymbolListIndex;
case rive::DataType::assetImage:
return RiveDataBindingViewModelInstancePropertyDataTypeAssetImage;
case rive::DataType::artboard:
return RiveDataBindingViewModelInstancePropertyDataTypeNone;
}
}