Skip to content

@morph-mapper/source


@morph-mapper/source / BaseTreeNode

Type Alias: BaseTreeNode

BaseTreeNode = object

Defined in: tree/index.ts:14

Properties

allowedTypes?

optional allowedTypes?: EntryItemType[]

Defined in: tree/index.ts:25


computed

computed: any

Defined in: tree/index.ts:19


dependencies

dependencies: object

Defined in: tree/index.ts:20

dependsOn

dependsOn: Set<string>

requiredBy

requiredBy: Set<string>


id

id: string

Defined in: tree/index.ts:15


key

key: string

Defined in: tree/index.ts:16


name

name: string

Defined in: tree/index.ts:17


parentId

parentId: string

Defined in: tree/index.ts:24


semantics?

optional semantics?: string

Defined in: tree/index.ts:26


validation

validation: z.ZodType<any, any>

Defined in: tree/index.ts:18