...
VariableContext | |
---|---|
Funkcja | Opis |
set(newValue): this | Zmiana wartowartości zmiennej |
get(): Object |
Zwraca aktualną wartość zmiennej |
VariableSetContext | |
---|---|
Funkcja | Opis |
variable(id).add(newValue): this
| Dodanie nowej wartości (wiersza) |
variable(id).set(newValues): this | Zmiana wartości zmiennej w tabeli |
variable(id).get(): Object[] | Zwraca aktualną wartość zmiennej (tablica) |
addRecords(tableStore): this | Dodaje rekordy opisane podanym TableStore'em |
Troubleshooting
Logowanie wywołania akcji
...