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::InspectorStyleDisplayValue Struct Reference

User-facing form of a computed CSS value and its provenance. More...

#include "donner/editor/SidebarPresenter.h"

Public Attributes

std::string value
 CSS-shaped value without internal wrapper names.
InspectorStyleState state = InspectorStyleState::Unspecified
 Display provenance.

Detailed Description

User-facing form of a computed CSS value and its provenance.

Member Data Documentation

◆ state

InspectorStyleState donner::editor::InspectorStyleDisplayValue::state = InspectorStyleState::Unspecified

Display provenance.

◆ value

std::string donner::editor::InspectorStyleDisplayValue::value

CSS-shaped value without internal wrapper names.


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