Type Alias Locked<Context>

Locked<Context>: DeepReadonly<Pick<Context, "view" | "templates">> & Omit<Context, "view" | "templates">

A locked render context.

This is a context that is locked for modification. The view and templates are read-only.

Type Parameters