@node-red/runtime.context

delete(opts) → {Promise}

Gets the info of an individual node set

Parameters:
Name Type Description
opts Object
Name Type Description
user User

the user calling the api

scope String

the scope of the context

id String

the id of the context

store String

the context store

key String

the context key

req Object

the request to log (optional)

Returns:
Type:
Promise
  • the node information

getValue(opts) → {Promise}

Gets the info of an individual node set

Parameters:
Name Type Description
opts Object
Name Type Description
user User

the user calling the api

scope String

the scope of the context

id String

the id of the context

store String

the context store

key String

the context key

req Object

the request to log (optional)

Returns:
Type:
Promise
  • the node information