From c773c026fc29acc819838c69421db39dc60a5491 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 18 May 2018 23:05:06 +0100 Subject: [PATCH] Updated Design: Persistable Context (markdown) --- Design:-Persistable-Context.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Design:-Persistable-Context.md b/Design:-Persistable-Context.md index f89e7be..7689047 100644 --- a/Design:-Persistable-Context.md +++ b/Design:-Persistable-Context.md @@ -29,6 +29,9 @@ If you want to access the external storage, add the prefix(*) to the key of cont If prefix is not added, data in current local memory is accessed. + +> NOL: I am concerned that using `$` is too close to environment variable syntax. Having played with a few alternatives, I propose `#` as the prefix. Please let me know what you think. + ### how to use in function node ![function](https://github.com/node-red-hitachi/node-red/wiki/images/inFunction.png)