Closed xuhuanzy closed 4 weeks ago
例如: 键入EditorAttrKey会提示导入local EditorAttrKey = require("schema").EditorAttrKey 会匹配命名吻合键入内容的枚举类, 支持xxx.EditorAttrKey形式
EditorAttrKey
local EditorAttrKey = require("schema").EditorAttrKey
xxx.EditorAttrKey
例如: 键入
EditorAttrKey
会提示导入local EditorAttrKey = require("schema").EditorAttrKey
会匹配命名吻合键入内容的枚举类, 支持xxx.EditorAttrKey
形式