Documentation

type RenderContext​.PlacementMode

An identifier that specifies a global rendering mode, part of RenderContext.PlacementOptions.

type PlacementMode =
| "none"
| "screen"
| "page"
| "modal"
| "overlay"
| "mount";

Description

This type describes how root view output elements are placed among other output. The following options are available:

Related