Skip to main content
Version: 3.8

JSBlock JS 代码块

1. 结构声明

class JSBlock extends LogicItem {
code: string;
}