Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Type Alias. Rendering Target Kind

sprotty / RenderingTargetKind

Type Alias: 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.