Skip to content

types.PersistedGraph

canisminor1990 edited this page Apr 8, 2023 · 1 revision

Interface: PersistedGraph

types.PersistedGraph

持久化图对象

Property

节点数据

Property

连线数据

Table of contents

Properties

Properties

connections

connections: Connection[]

Defined in

src/types/persistence.ts:26


data

data: Record<string, PersistedNode>

Defined in

src/types/persistence.ts:25