DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::plugin::HasEditorHtml Concept Reference

static const char* editorHtml() - the editor page (HTML/CSS/JS), usually a raw string literal. Required when hasEditor is true. More...

#include <DSParkPlugin.h>

Concept definition

template<typename P>
concept dspark::plugin::HasEditorHtml = requires {
{ P::editorHtml() } -> std::convertible_to<const char*>;
}
static const char* editorHtml() - the editor page (HTML/CSS/JS), usually a raw string literal....

Detailed Description

static const char* editorHtml() - the editor page (HTML/CSS/JS), usually a raw string literal. Required when hasEditor is true.

Definition at line 651 of file DSParkPlugin.h.