Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Introduction

Reactive Graph SYS

...

Plugin Binary

  1. Loads binary data into a property. The mime type is automatically detected. Binary data is represented as BASE64 encoded data-url. Specification: https://fetch.spec.whatwg.org/#data-urls
  2. Saves binary data, which is represented as a BASE64-encoded data-url, to a file.

Entity Types

NamePropertyData TypeSocket Type
LoadBinaryDatafilenamestringinput
data_urlstringoutput
SaveBinaryDatafilenamestringinput
data_urlstringinput

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Plugin Config

This plugin provides a (TOML) configuration file reader.

Entity Types

NameComponentPropertyData TypeSocket Type
config_filefilefilenamestringnone
actiontriggerbooleaninput
actionresultobjectoutput

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Plugin File

Components

NameDescriptionPropertyData TypeSocket Type
fileRepresents a filefilenamestringinput
fs_notifyTriggers if the file was changedfilenamestringinput
triggerbooloutput

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Plugin JSON

Loading from JSON files and saving to JSON files

Entity Types

Load Json Save Json

NamePropertyData TypeSocket Type

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

Plugin System Environment

This plugin provides the system environment variables.

Entity Types

NamePropertyData TypeSocket Type
EnvVarnamestringnone
valuestringoutput

Platform Compatibility

PlatformCompatibility
Linux
MacOS
Windows

MIT License

Copyright (c) 2011-2024 Andreas Schaeffer, the Reactive Graph Contributors and the Inexor Collective.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.