Skip to content

Home > @theweave/api > RenderView

RenderView type

Signature:

typescript
export type RenderView = {
    type: 'applet-view';
    view: AppletView;
} | {
    type: 'cross-group-view';
    view: CrossGroupView;
};

References: AppletView, CrossGroupView