Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScreenAttributes

各スクリーンのthis.propsに提供するデータ群

Hierarchy

  • ScreenAttributes

Index

Properties

params

params: object

そのスクリーンに遷移する際のメソッドのparam引数

Type declaration

  • [param: string]: any

Optional parentTabLayout

parentTabLayout: LayoutRectangle

タブの入れ子だった場合の親tabComponentのレイアウト情報。レイアウト情報が取得できるまでは空になる

Optional tabLayout

tabLayout: LayoutRectangle

tabComponentのレイアウト情報。レイアウト情報が取得できるまでは空になる

Optional tabScreen

tabScreen: TabScreen

TabScreenインスタンス。GenericScreenには入ってこない

Generated using TypeDoc