426 B
426 B
Cible de type "variable"
Par défaut une cible est de type variable.
<target>my_variable</target>
En YAML :
target:
- text: my_variable
Mais une target peut être optionnelle. C'est à dire que si la variable n'existe pas, l'action ne sera pas associé à cette variable.
<target optional='True'>my_variable</target>
En YAML :
target:
- optional: true
text: my_variable