Module model

Source
Expand description

重命名

Modules§

attrs
content
error
id_generator
imbl
mark
mark_type
node
node_pool
node_type
ops
schema
tree
types

Structs§

Attrs
AttrsRef
IdGenerator
Mark
基础标记实现 例如颜色 背景色 批注 @property type 标记类型 @property attrs 标记属性 @author string348040933@qq.com
MarkRef
MarkType
Node
基础节点定义,任何数据都可以认为是节点
NodePool
线程安全的节点池封装
NodeRef
NodeType
用于描述节点类型的行为规则和属性约束,通过Schema进行统一管理
Schema
Schema 结构体定义 用于管理文档模型的整体结构,包括节点和标记的类型定义
Tree

Enums§

ContentEnum

Type Aliases§

NodeId
PoolResult
A type alias for Result that uses anyhow::Error as the error type.