Skip to content

API Reference / @gtkx/navigation / StaticNavigationTree

Type Alias: StaticNavigationTree

StaticNavigationTree = object

Defined in: packages/navigation/dist/static-navigation.d.ts:6

The part of a static navigator config createStaticNavigation consumes.

Properties

getComponent

getComponent: () => ComponentType

Defined in: packages/navigation/dist/static-navigation.d.ts:8

Returns the component rendering the configured navigator.

Returns

ComponentType

Released under the MPL-2.0 License.