18 строки
471 B
Markdown
18 строки
471 B
Markdown
|
# 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
|
||
|
```
|