Skip to main content
Version: Latest(3.11)

ViewBlockWithImage 带截图的代码块

1. 结构声明

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