Home > @theweave/api > CrossAppletView
CrossAppletView type
Signature:
typescript
export type CrossAppletView = {
type: 'main';
} | {
type: 'block';
block: string;
context: any;
};