Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::SourceDiagnosticsPanelAction Struct Reference

User interaction emitted by one diagnostics panel frame. More...

#include "donner/editor/SourceDiagnosticsPanel.h"

Public Attributes

std::optional< std::uint64_t > hoveredId
std::optional< std::uint64_t > activatedId

Detailed Description

User interaction emitted by one diagnostics panel frame.

Member Data Documentation

◆ activatedId

std::optional<std::uint64_t> donner::editor::SourceDiagnosticsPanelAction::activatedId

◆ hoveredId

std::optional<std::uint64_t> donner::editor::SourceDiagnosticsPanelAction::hoveredId

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