|
|
RenderSessionMode | renderMode = RenderSessionMode::kInProcessThread |
| | Which pipeline to use. kInProcessThread is the only mode MVP implements today.
|
|
int | defaultWidth = 512 |
| | Default viewport used for navigations that don't carry an explicit width/height. Matches typical desktop editor previews.
|
|
int | defaultHeight = 384 |
|
donner::editor::sandbox::SvgSourceOptions | sourceOptions |
| | Options forwarded to the internal SvgSource. Most tests override baseDirectory to isolate fixture files from the developer's CWD.
|
◆ defaultHeight
| int donner::editor::app::RenderSessionOptions::defaultHeight = 384 |
◆ defaultWidth
| int donner::editor::app::RenderSessionOptions::defaultWidth = 512 |
Default viewport used for navigations that don't carry an explicit width/height. Matches typical desktop editor previews.
◆ renderMode
Which pipeline to use. kInProcessThread is the only mode MVP implements today.
◆ sourceOptions
Options forwarded to the internal SvgSource. Most tests override baseDirectory to isolate fixture files from the developer's CWD.
The documentation for this struct was generated from the following file: