Class: Stamp

.Components.Templates.Stamp(variable, contextopt, emptyopt)

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>