GitHub

DaffNavigationTree

This model is needed as a reference in concrete classes, because the DaffGenericNavigationTree is recursive.

import { DaffNavigationTree } from '@daffodil/navigation'
type DaffNavigationTree = DaffGenericNavigationTree<DaffNavigationTree>
Type Options
DaffNavigationTree DaffGenericNavigationTree<DaffNavigationTree>