Home > @theweave/api > RenderView
RenderView type
Signature:
typescript
export type RenderView = {
type: 'applet-view';
view: AppletView;
} | {
type: 'cross-applet-view';
view: CrossAppletView;
};
References: AppletView, CrossAppletView