feat(templating): good progress on new variable update code, #6048

This commit is contained in:
Torkel Ödegaard
2016-09-16 10:48:03 +02:00
parent 0f4a9f1ed1
commit 7e8b279895
8 changed files with 567 additions and 77 deletions

View File

@@ -0,0 +1,5 @@
export interface Variable {
setValue(option);
}