Type Alias. Rendering Target Kind
sprotty / RenderingTargetKind
RenderingTargetKind =
"main"
|"popup"
|"hidden"
Defined in: packages/sprotty/src/base/views/view.tsx:66
Indicates the target of the view rendering. main
is the actually visible diagram,
popup
is the mouse hover popup, and hidden
is for computing element bounds prior
to the main rendering.