Type alias BottomBarTabKind

BottomBarTabKind: "eitriApp" | "customView" | "customAction"

Describes what backs a given bottom-bar tab.

  • eitriApp — the tab hosts an eitri-app (has a slug/version/...).
  • customView — the tab hosts a host-app-provided UIViewController/Fragment.
  • customAction — the tab triggers a host-app callback when tapped (no view shown).

Generated using TypeDoc