Available translations





loading results
Image Condition
An image condition is a rule that allows establishing when an image shall be rendered and when not.
Image Condition - это правило, которое позволяет установить, когда изображение должно быть отображено, а когда нет.
Görüntü koşulu, bir görüntünün ne zaman işlenip ne zaman işlenmeyeceğini belirlemeye olanak tanıyan bir kuraldır.
Content
The node is optional. When the node is not present in the definition of the image or when the condition validates
true, the image is rendered on screen. When the condition validates false the image is not rendered. As such, the node allows dynamically switching the rendering of the corresponding image on and off. Узел не является обязательным. Когда узел отсутствует в определении изображения или когда условие проверяется как
true (истинное), изображение отображается на экране. Когда условие проверяется как false (ложное), изображение не отображается. Таким образом, узел позволяет динамически включать и выключать отображение соответствующего изображения. Düğüm isteğe bağlıdır. Düğüm görüntünün tanımında bulunmadığında veya koşul doğru olarak doğrulandığında, görüntü ekranda oluşturulur. Koşul yanlış olarak doğrulandığında görüntü oluşturulmaz. Bu nedenle düğüm, ilgili görüntünün oluşturulmasının dinamik olarak açılıp kapatılmasına olanak tanır.
Image Condition Menu
The Image Condition node has the following Node Menu items:
The Edit menu item has the following properties:
- action: Edit
- actionFunction:
uiObject.codeEditor.activate
- label: Edit
- iconPathOn: javascript-code
- iconPathOff: javascript-code
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- actionFunction:
payload.executeAction
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
Tip: When a menu item is grayed out, it means that Image Condition already has the required child type that the menu item may add, and only that child is allowed for that case.
Image Condition Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Image Condition with other nodes:
Compatible Types:
Image Condition Code
This section explores Image Condition Node Code.
Initial Value
The initial value for Image Condition Code is:
"" Examples
This is a list of examples used on the Image Condition code, collected from this workspace.