Options
All
  • Public
  • Public/Protected
  • All
Menu

RNC module entrance

Index

Type aliases

ArrayElement

ArrayElement<ArrayType>: ArrayType extends readonly infer ElementType[] ? ElementType : never

Type parameters

  • ArrayType: readonly unknown[]

DefaultScreenNavigationProp

DefaultScreenNavigationProp: NativeStackNavigationProp<RootStackParamList, "dev">

RenderFCProp

RenderFCProp<Props>: (props?: Props) => React.ReactElement

Type parameters

  • Props = {}

Type declaration

    • (props?: Props): React.ReactElement
    • Parameters

      • Optional props: Props

      Returns React.ReactElement

RenderProp

RenderProp<Props>: RenderFCProp<Props> | React.ReactElement

Type parameters

  • Props = {}

ScreenOptionRoute

ScreenOptionRoute: RouteProp<ParamListBase, keyof ParamListBase>

ScreenOptions

ScreenOptions: {}

Type declaration

  • [key: string]: any

TCellContext

TCellContext: IContext<TDict, TDict, TDict>

TDict

TDict: {}

Type declaration

  • [key: string]: any

Properties

default

default: { components: Component; contexts: __module; hooks: __module; i18n: i18n; managers: __module; models: __module; resources: __module; screens: { registerScreen: (key: string, screen: IScreen<{}>) => void }; shortcut: __module; utils: Utils }

Type declaration

  • components: Component
  • contexts: __module
  • hooks: __module
  • i18n: i18n
  • managers: __module
  • models: __module
  • resources: __module
  • screens: { registerScreen: (key: string, screen: IScreen<{}>) => void }
    • registerScreen: (key: string, screen: IScreen<{}>) => void
        • (key: string, screen: IScreen<{}>): void
        • Parameters

          Returns void

  • shortcut: __module
  • utils: Utils

Variables

ContextDefaults

ContextDefaults: ICommonContext = ...

ContextDefaultsAction

ContextDefaultsAction: ICellAction = ...

ContextDefaultsState

ContextDefaultsState: ICellState = ...

ContextDefaultsValue

ContextDefaultsValue: ICellValue = ...

app

app: ComponentType<unknown> = App
beta

components

components: Component

contexts

contexts: __module

defaultScreenOptions

defaultScreenOptions: { notionList: { title: string }; webView: { title: string } } = ...

Type declaration

  • notionList: { title: string }
    • title: string
  • webView: { title: string }
    • title: string

hooks

hooks: __module

i18n

i18n: i18n

managers

managers: __module

models

models: __module

resources

resources: __module

shortcut

shortcut: __module

utils

utils: Utils

Functions

registerScreen

  • registerScreen(key: string, screen: IScreen<{}>): void
  • Parameters

    Returns void

Generated using TypeDoc, the 2021/11/30 at 下午2:46:41