Are you an LLM? You can read better optimized documentation at /api/platform/platform-views/types/domain/interface-platform-render-options.md for this page in Markdown format
PlatformRenderOptions
@tsed/platform-views
Usage
typescript
import { PlatformRenderOptions } from "@tsed/platform-views";See /packages/platform/platform-views/src/domain/PlatformViewsSettings.ts.
Overview
ts
interface PlatformRenderOptions extends Record<string, unknown> {
$ctx: BaseContext;
}$ctx
ts
$ctx: BaseContext;