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