arcade-block-objects/setImage.md

18 строки
471 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2020-08-24 21:04:50 +03:00
# set image property
```sig
blockObject.setImageProperty(blockObject.create(), blockObject._imageProperty(ImageProp.myImage), null)
```
Sets a property of type Image on the given BlockObject using the given ImageProp.
## Parameters
* **object**: the BlockObject to set the property on
* **property**: the ImageProp to set
* **value**: the value to store for this ImageProp in the BlockObject
```package
arcade-block-objects=github:microsoft/arcade-block-objects
```