Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegistryValue<P>

The object that is stored in the screen registry. It should have all the necessary information for the backend to create a navigator. The navigator receives an iterator to the registry during create

Type parameters

  • P

Hierarchy

  • IRegistryValue

Index

Properties

Class

Class: ScreenComponentClass<P>

Optional headerLeft

headerLeft: Component<P>

Optional headerRight

headerRight: Component<P>

Optional modal

modal: undefined | false | true

Optional title

title: Title<P>