Home > @theweave/api > RenderInfo
RenderInfo type
Signature:
typescript
export type RenderInfo = {
type: 'applet-view';
view: AppletView;
appletClient: AppClient;
profilesClient: ProfilesClient;
peerStatusStore: ReadonlyPeerStatusStore;
appletHash: AppletHash;
groupProfiles: GroupProfile[];
} | {
type: 'cross-applet-view';
view: CrossAppletView;
applets: ReadonlyMap<EntryHash, AppletClients>;
};
References: AppletView, ReadonlyPeerStatusStore, AppletHash, GroupProfile, CrossAppletView, AppletClients