Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

OperationHandler

Handler for a plugin-defined TEMPEST extension operation.

Plugin-defined operations are not part of the official DARTWIC operation catalog.

Declaration

using OperationHandler = std::function<nlohmann::json(const nlohmann::json& payload)>;