Skip to main content
Version: 3.8

[[LogicItem]] 逻辑项

1. 结构声明

abstract class LogicItem extends BaseNode {
label?: string;
description?: string;
folded?: boolean = false;
offsetX?: number;
offsetY?: number;
typeAnnotation?: TypeAnnotation;
}