Skip to main content
Version: 3.8

ViewBlockWithImage 带截图的代码块

1. 结构声明

class ViewBlockWithImage extends ViewBlock {
screenshot!: string;
drawing!: string;
}