Home > @theweave/api > BlockType
BlockType type
Signature:
typescript
export type BlockType = {
label: string;
icon_src: string;
view: 'applet-view' | 'cross-applet-view';
};