Documentation

setRenderMode()

Set rendering mode and additional options.

protected setRenderMode(
mode: RenderContext.PlacementMode | "dialog",
options?: Partial<RenderContext.PlacementOptions>,
): this;

Notes

Parameters

Related