new Stamp(variable, contextopt, emptyopt)
Componente que muestra el valor de una variable primitiva (string, number)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
variable |
string | Nombre de la variable |
||
context |
string |
<optional> |
"global" | Nombre del contexto a usar |
empty |
string |
<optional> |
"" | Texto que se va a mostrar cuando el valor de la variable este vacĂo |
- Source:
Example
<stamp context="personas" variable="items.0.apellidoNombre"></stamp>