projects/common/interactive/tree-controller/tree-config.ts
App-wide default nodeIdFn. Per-controller options still override. Use this to enforce a domain id convention across the whole app (e.g. (v) => (v as { uuid: string }).uuid) without repeating it at every call site.
nodeIdFn
(v) => (v as { uuid: string }).uuid
withDefaultNodeIdFn(fn)
CngxTreeConfigFeature