Donner 0.5.1
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::EditorShellOptions Struct Reference
Collaboration diagram for donner::editor::EditorShellOptions:
[legend]

Public Attributes

std::string svgPath
std::optional< std::string > initialSource
std::optional< std::string > initialPath
std::string editorNoticeText
bool experimentalMode = false
std::optional< std::string > reproOutputPath
 Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.

Member Data Documentation

◆ editorNoticeText

std::string donner::editor::EditorShellOptions::editorNoticeText

◆ experimentalMode

bool donner::editor::EditorShellOptions::experimentalMode = false

◆ initialPath

std::optional<std::string> donner::editor::EditorShellOptions::initialPath

◆ initialSource

std::optional<std::string> donner::editor::EditorShellOptions::initialSource

◆ reproOutputPath

std::optional<std::string> donner::editor::EditorShellOptions::reproOutputPath

Optional destination path for a .donner-repro recording of the user's UI interactions. When set, the shell constructs a ReproRecorder and snapshots ImGui input state at the start of every frame. Written to disk in the destructor.

◆ svgPath

std::string donner::editor::EditorShellOptions::svgPath

The documentation for this struct was generated from the following file: