Skip to content

registry

Back to Index
{ text -> value | nothing }

Provides access to the Registry. Secret keys can be accessed. The type of the Registry value will be converted to a native Filtrera type.

Examples

from registry->'integrations/my-reactor/key'
// Returns the value of the registry key 'integrations/my-reactor/key'
Back to Index