Skip to content

@morph-mapper/source


@morph-mapper/source / TreeMap

Type Alias: TreeMap

TreeMap = object & Omit<BaseTreeNode, "parentId" | "computed">

Defined in: tree/index.ts:69

Type Declaration

children

children: object

children.forwardMap

forwardMap: Record<string, string>

children.reverseMap

reverseMap: Record<string, string>

computed?

optional computed?: any

formerOutputType

formerOutputType: "unwrap" | "group" | "array" | "forEach" | "data" | "code"

outputType

outputType: "unwrap" | "group" | "array" | "forEach" | "data" | "code"

parentId

parentId: string | undefined

type

type: Map

value?

optional value?: any