SYMBOL INDEX (2664 symbols across 316 files) FILE: docs/_plugins/sass.rb type Jekyll (line 1) | module Jekyll class SassConverter (line 3) | class SassConverter < Converter method matches (line 7) | def matches(ext) method output_ext (line 11) | def output_ext(ext) method convert (line 15) | def convert(content) FILE: extensions/imagesvg/src/common/Interfaces.ts type PluginInterface (line 22) | interface PluginInterface { FILE: extensions/imagesvg/src/common/Types.ts type ImageSvgStyle (line 12) | interface ImageSvgStyle extends RXTypes.ViewStyle { type ImageSvgStyleRuleSet (line 15) | type ImageSvgStyleRuleSet = RXTypes.StyleRuleSet; type SvgCommonProps (line 17) | interface SvgCommonProps { type ImageSvgProps (line 26) | interface ImageSvgProps extends SvgCommonProps, RXTypes.CommonStyledProp... type SvgPathProps (line 37) | interface SvgPathProps extends SvgCommonProps { type SvgRectProps (line 41) | interface SvgRectProps extends SvgCommonProps { class ImageSvg (line 48) | class ImageSvg extends React.Component {} FILE: extensions/imagesvg/src/native-common/ImageSvg.tsx class ImageSvg (line 16) | class ImageSvg extends React.Component { method render (line 17) | render() { FILE: extensions/imagesvg/src/native-common/SvgPath.tsx class SvgPath (line 15) | class SvgPath extends React.Component { method render (line 16) | render() { FILE: extensions/imagesvg/src/native-common/SvgRect.tsx class SvgRect (line 15) | class SvgRect extends React.Component { method render (line 16) | render() { FILE: extensions/imagesvg/src/typings/react-native-svg.d.ts type ArrayType (line 15) | type ArrayType = [string] | [number]; type SvgProps (line 17) | interface SvgProps extends RN.ComponentPropsBase { type BaseProps (line 26) | interface BaseProps extends RN.ComponentPropsBase { type TransformProps (line 45) | interface TransformProps extends BaseProps { type PathProps (line 51) | interface PathProps extends BaseProps { type RectProps (line 55) | interface RectProps extends BaseProps { type TextProps (line 60) | interface TextProps extends BaseProps { class Svg (line 66) | class Svg extends React.Component { } class Path (line 67) | class Path extends React.Component { } class Rect (line 68) | class Rect extends React.Component { } class Text (line 69) | class Text extends React.Component { } FILE: extensions/imagesvg/src/web/ImageSvg.tsx class ImageSvg (line 16) | class ImageSvg extends React.Component { method render (line 17) | render() { method _isFilterDropShadowSupported (line 78) | private _isFilterDropShadowSupported() { FILE: extensions/imagesvg/src/web/SvgPath.tsx class SvgPath (line 14) | class SvgPath extends React.Component { method render (line 15) | render() { FILE: extensions/imagesvg/src/web/SvgRect.tsx class SvgRect (line 14) | class SvgRect extends React.Component { method render (line 15) | render() { FILE: extensions/imagesvg/src/windows/ImageSvg.tsx class ImageSvg (line 16) | class ImageSvg extends React.Component { method render (line 17) | render(): any { FILE: extensions/imagesvg/src/windows/SvgPath.tsx class SvgPath (line 16) | class SvgPath extends React.Component { method render (line 17) | render(): any { FILE: extensions/imagesvg/src/windows/SvgRect.tsx class SvgRect (line 16) | class SvgRect extends React.Component { method render (line 17) | render(): any { FILE: extensions/navigation/src/common/Types.ts type ReactNode (line 13) | type ReactNode = React.ReactNode; type NavigatorSceneConfigType (line 18) | enum NavigatorSceneConfigType { type NavigatorRoute (line 26) | interface NavigatorRoute { type NavigationTransitionSpec (line 41) | interface NavigationTransitionSpec { type NavigationTransitionStyleConfig (line 49) | interface NavigationTransitionStyleConfig { type CustomNavigatorSceneConfig (line 60) | interface CustomNavigatorSceneConfig { type NavigatorProps (line 73) | interface NavigatorProps extends RX.CommonProps { type CommandType (line 89) | enum CommandType { type CommandParam (line 95) | interface CommandParam { type NavigationCommand (line 100) | interface NavigationCommand { type NavigatorState (line 106) | interface NavigatorState { type NavigatorDelegateSelector (line 121) | interface NavigatorDelegateSelector { method constructor (line 128) | constructor(navigator: Navigator) { FILE: extensions/navigation/src/common/lodashMini.ts type Dictionary (line 21) | interface Dictionary { FILE: extensions/navigation/src/native-common/Navigator.tsx class DefaultDelegateSelector (line 25) | class DefaultDelegateSelector implements DelegateSelector { method getNavigatorDelegate (line 26) | getNavigatorDelegate(navigator: BaseNavigator) { class NavigatorImpl (line 31) | class NavigatorImpl extends BaseNavigator { method constructor (line 35) | constructor(initialProps: NavigatorProps) { method componentDidMount (line 44) | componentDidMount() { method componentWillUnmount (line 48) | componentWillUnmount() { method componentDidUpdate (line 52) | componentDidUpdate() { method getRoutes (line 57) | protected getRoutes(): NavigatorRoute[] { method push (line 62) | push(route: NavigatorRoute): void { method pop (line 71) | pop(): void { method replace (line 78) | replace(route: NavigatorRoute): void { method replacePrevious (line 87) | replacePrevious(route: NavigatorRoute): void { method replaceAtIndex (line 98) | replaceAtIndex(route: NavigatorRoute, index: number): void { method immediatelyResetRouteStack (line 112) | immediatelyResetRouteStack(nextRouteStack: NavigatorRoute[]): void { method popToRoute (line 116) | popToRoute(route: NavigatorRoute): void { method popToTop (line 125) | popToTop(): void { method getCurrentRoutes (line 134) | getCurrentRoutes(): NavigatorRoute[] { method render (line 139) | render(): JSX.Element { method _enqueueCommand (line 143) | private _enqueueCommand(command: NavigationCommand): void { method _processCommand (line 148) | private _processCommand(): void { FILE: extensions/navigation/src/native-common/NavigatorExperimentalDelegate.tsx type NavigationSceneRendererProps (line 33) | type NavigationSceneRendererProps = Navigation.NavigationSceneRendererPr... type NavigationState (line 34) | type NavigationState = Navigation.NavigationState; type NavigationRoute (line 35) | type NavigationRoute = Navigation.NavigationRoute; type NavigationTransitionProps (line 36) | type NavigationTransitionProps = Navigation.NavigationTransitionProps; type NavigationRouteState (line 40) | interface NavigationRouteState extends NavigationRoute { type TransitionSpec (line 44) | interface TransitionSpec { class NavigatorExperimentalDelegate (line 53) | class NavigatorExperimentalDelegate extends NavigatorDelegate { method constructor (line 58) | constructor(navigator: Navigator) { method getRoutes (line 65) | getRoutes(): NavigatorRoute[] { method immediatelyResetRouteStack (line 73) | immediatelyResetRouteStack(nextRouteStack: NavigatorRoute[]): void { method render (line 81) | render(): JSX.Element { method _convertCustomTransitionConfig (line 99) | private _convertCustomTransitionConfig( method _buildTransitionSpec (line 126) | private _buildTransitionSpec(state: Navigation.NavigationState): Trans... method handleBackPress (line 225) | handleBackPress(): void { method processCommand (line 229) | processCommand(commandQueue: NavigationCommand[]): void { method _createState (line 297) | private _createState(route: NavigatorRoute): NavigationRouteState { method _createParentState (line 301) | private _createParentState(routes: NavigatorRoute[], prevState: Naviga... method _popToTop (line 318) | private _popToTop(state: NavigationState): NavigationState { method _popN (line 327) | private _popN(state: NavigationState, n: number): NavigationState { method _popToRoute (line 339) | private _popToRoute(state: NavigationState, route: NavigatorRoute): Na... FILE: extensions/navigation/src/typings/react-native-deprecated-custom-components.d.ts type NavigatorProps (line 4) | interface NavigatorProps extends RN.ComponentPropsBase { class Navigator (line 16) | class Navigator extends RN.ReactNativeBaseComponent { FILE: extensions/navigation/src/typings/rebound.d.ts class SpringSystem (line 2) | class SpringSystem { FILE: extensions/navigation/src/web/Navigator.tsx type SpringSystem (line 31) | interface SpringSystem { type Spring (line 35) | interface Spring { type TransitionToCallback (line 90) | type TransitionToCallback = () => void; type ReplaceAtIndexCallback (line 91) | type ReplaceAtIndexCallback = () => void; type TransitionToQueueItem (line 93) | interface TransitionToQueueItem { type NavigatorState (line 105) | interface NavigatorState extends BaseNavigatorState { class NavigatorImpl (line 126) | class NavigatorImpl extends NavigatorBase { method constructor (line 146) | constructor(initialProps?: NavigatorProps) { method UNSAFE_componentWillMount (line 159) | UNSAFE_componentWillMount() { method componentDidMount (line 174) | componentDidMount() { method componentDidUpdate (line 179) | componentDidUpdate() { method render (line 183) | render() { method jumpTo (line 225) | jumpTo(route: Types.NavigatorRoute): void { method jumpForward (line 230) | jumpForward(): void { method jumpBack (line 234) | jumpBack(): void { method push (line 238) | push(route: Types.NavigatorRoute): void { method immediatelyResetRouteStack (line 258) | immediatelyResetRouteStack(nextRouteStack: Types.NavigatorRoute[]): vo... method pop (line 276) | pop(): void { method replaceAtIndex (line 291) | replaceAtIndex(route: Types.NavigatorRoute, index: number): void { method replace (line 313) | replace(route: Types.NavigatorRoute): void { method replacePrevious (line 317) | replacePrevious(route: Types.NavigatorRoute): void { method popToTop (line 321) | popToTop(): void { method popToRoute (line 325) | popToRoute(route: Types.NavigatorRoute): void { method replacePreviousAndPop (line 333) | replacePreviousAndPop(route: Types.NavigatorRoute): void { method getCurrentRoutes (line 342) | getCurrentRoutes(): Types.NavigatorRoute[] { method _updateDimensionsCache (line 351) | private _updateDimensionsCache() { method _getSceneConfigFromRoute (line 364) | private _getSceneConfigFromRoute(route: Types.NavigatorRoute): Navigat... method _renderNavigatorScene (line 373) | private _renderNavigatorScene(route: Types.NavigatorRoute, index: numb... method _onMountScene (line 393) | private _onMountScene(comp: RX.View | null, sceneIndex: number) { method _disableScene (line 404) | private _disableScene(sceneIndex: number) { method _enableScene (line 417) | private _enableScene(sceneIndex: number, force = false) { method _transitionTo (line 444) | private _transitionTo(destIndex: number, velocity?: number, jumpSpring... method _completeTransition (line 490) | private _completeTransition() { method _hideScenes (line 534) | private _hideScenes() { method _handleSpringUpdate (line 547) | private _handleSpringUpdate() { method _transitionSceneStyle (line 558) | private _transitionSceneStyle(fromIndex: number, toIndex: number, prog... method _transitionBetween (line 585) | private _transitionBetween(fromIndex: number, toIndex: number, progres... method _getDestIndexWithinBounds (line 590) | private _getDestIndexWithinBounds(n: number) { method _jumpN (line 601) | private _jumpN(n: number) { method _popN (line 609) | private _popN(n: number) { method _cleanScenesPastIndex (line 627) | private _cleanScenesPastIndex(index: number) { method _getRouteID (line 640) | private _getRouteID(route: Types.NavigatorRoute): number { method _invariant (line 645) | private _invariant(test: boolean, failureMessage: string) { method _setNativeStyles (line 653) | private _setNativeStyles(component: React.ReactInstance, currentStyles... FILE: extensions/navigation/src/web/NavigatorSceneConfigFactory.tsx type Interpolator (line 20) | type Interpolator = (progress: number, dimension?: RX.Types.Dimensions) ... type InterpolatorWrapper (line 21) | type InterpolatorWrapper = (previousStyleSet: RX.Types.ViewStyleRuleSet, type TransitionStyle (line 25) | interface TransitionStyle { class SceneConfigStyles (line 40) | class SceneConfigStyles { method bundleCompoundStyles (line 108) | static bundleCompoundStyles(styles: { [name: string]: string | number ... class NavigatorSceneConfig (line 144) | class NavigatorSceneConfig { method constructor (line 158) | constructor(intoStyle: TransitionStyle, outStyle: TransitionStyle) { method _styleInterpolator (line 169) | private _styleInterpolator(styles: TransitionStyle): InterpolatorWrapp... class NavigatorSceneConfigFactory (line 195) | class NavigatorSceneConfigFactory { method createConfig (line 198) | static createConfig(configType: Types.NavigatorSceneConfigType): Navig... FILE: extensions/netinfo/src/common/Interfaces.ts type PluginInterface (line 21) | interface PluginInterface { FILE: extensions/netinfo/src/common/Types.ts type DeviceNetworkType (line 10) | enum DeviceNetworkType { FILE: extensions/netinfo/src/native-common/NetInfo.tsx class NetInfo (line 15) | class NetInfo extends Interfaces.NetInfo { method constructor (line 16) | constructor() { method isConnected (line 26) | isConnected(): Promise { method getType (line 32) | getType(): Promise { method _getNetworkTypeFromConnectionInfo (line 36) | private static _getNetworkTypeFromConnectionInfo(state: RNNetInfo.NetI... FILE: extensions/netinfo/src/web/NetInfo.tsx class NetInfo (line 13) | class NetInfo extends Interfaces.NetInfo { method constructor (line 14) | constructor() { method isConnected (line 28) | isConnected(): Promise { method getType (line 32) | getType(): Promise { FILE: extensions/video/src/common/Interfaces.ts type PluginInterface (line 22) | interface PluginInterface { FILE: extensions/video/src/common/Types.ts type VideoProgress (line 14) | interface VideoProgress { type VideoInfo (line 22) | interface VideoInfo { type VideoProps (line 30) | interface VideoProps extends RXTypes.CommonStyledProps { method constructor (line 25) | constructor(props: Types.VideoProps) { method render (line 34) | render() { method seek (line 138) | seek(position: number) { method seekPercent (line 144) | seekPercent(percentage: number) { method play (line 152) | play() { method pause (line 156) | pause() { method stop (line 160) | stop() { method mute (line 165) | mute(muted: boolean) { FILE: extensions/video/src/typings/react-native-video.d.ts type VideoProgress (line 16) | interface VideoProgress { type VideoInfo (line 24) | interface VideoInfo { type VideoBufferInfo (line 32) | interface VideoBufferInfo { type VideoProps (line 36) | interface VideoProps extends RN.ComponentPropsBase { class Video (line 81) | class Video extends React.Component { FILE: extensions/video/src/web/Video.tsx class Video (line 18) | class Video extends RX.Component { method componentDidMount (line 19) | componentDidMount() { method componentWillUnmount (line 31) | componentWillUnmount() { method render (line 39) | render() { method seek (line 94) | seek(position: number) { method seekPercent (line 101) | seekPercent(percentage: number) { method play (line 108) | play() { method pause (line 116) | pause() { method stop (line 123) | stop() { method mute (line 131) | mute(muted: boolean) { FILE: extensions/video/src/windows/Video.tsx type VideoState (line 17) | interface VideoState { class Video (line 22) | class Video extends RX.Component { method render (line 24) | render() { method seek (line 38) | seek(position: number) { method seekPercent (line 42) | seekPercent(percentage: number) { method play (line 46) | play() { method pause (line 50) | pause() { method stop (line 54) | stop() { method mute (line 59) | mute(muted: boolean) { FILE: extensions/virtuallistview/src/VirtualListCell.tsx type VirtualListCellInfo (line 15) | interface VirtualListCellInfo { type VirtualListCellRenderDetails (line 21) | interface VirtualListCellRenderDetails { type VirtualListCellProps (line 27) | interface VirtualListCellProps ext... type StaticRendererProps (line 57) | interface StaticRendererProps exte... class VirtualListCell (line 84) | class VirtualListCell extends RX.C... method constructor (line 91) | constructor(props: StaticRendererProps) { method shouldComponentUpdate (line 95) | shouldComponentUpdate(nextProps: StaticRendererProps): b... method render (line 101) | render() { method constructor (line 138) | constructor(props: VirtualListCellProps) { method UNSAFE_componentWillReceiveProps (line 176) | UNSAFE_componentWillReceiveProps(nextProps: VirtualListCellProps): bool... method componentDidUpdate (line 226) | componentDidUpdate(prevProps: VirtualListCellProps) { method componentWillUnmount (line 234) | componentWillUnmount() { method setVisibility (line 241) | setVisibility(isVisible: boolean) { method isVisible (line 253) | isVisible() { method setTop (line 257) | setTop(top: number, animate = false, animationDelay = 0, animationOver... method cancelPendingAnimation (line 323) | cancelPendingAnimation() { method setItemKey (line 329) | setItemKey(key: string | undefined) { method getTop (line 333) | getTop() { method focus (line 337) | focus() { method render (line 344) | render() { FILE: extensions/virtuallistview/src/VirtualListView.tsx type VirtualListViewItemInfo (line 46) | interface VirtualListViewItemInfo extends VirtualListCellInfo { type VirtualListViewCellRenderDetails (line 67) | interface VirtualListViewCellRenderDetails type VirtualListViewState (line 128) | interface VirtualListViewState { type VirtualCellInfo (line 134) | interface VirtualCellInfo { type FocusDirection (line 146) | enum FocusDirection { class VirtualListView (line 186) | class VirtualListView method constructor (line 273) | constructor(props: VirtualListViewProps) { method UNSAFE_componentWillReceiveProps (line 287) | UNSAFE_componentWillReceiveProps(nextProps: VirtualListViewProps, ... method _setupForAccessibility (line 310) | private _setupForAccessibility() { method _tearDownForAccessibility (line 327) | private _tearDownForAccessibility() { method _isAndroidScreenReaderEnabled (line 340) | private _isAndroidScreenReaderEnabled() { method _updateStateFromProps (line 344) | private _updateStateFromProps(props: VirtualListViewProps, i... method _handleItemListChange (line 367) | private _handleItemListChange(props: VirtualListViewProps) { method _calcOverdrawAmount (line 501) | private _calcOverdrawAmount() { method _calcNewRenderedItemState (line 682) | private _calcNewRenderedItemState(props: VirtualListViewProps) { method _popInvisibleIntoView (line 950) | private _popInvisibleIntoView(props: VirtualListViewProps) { method _resizeAllItems (line 967) | private _resizeAllItems(props: VirtualListViewProps) { method _renderIfDirty (line 974) | private _renderIfDirty(props: VirtualListViewProps): void { method _allocateCell (line 984) | private _allocateCell(itemKey: string, itemTemplate: string | undefine... method _recycleCell (line 1045) | private _recycleCell(itemKey: string) { method _setCellTopAndVisibility (line 1072) | private _setCellTopAndVisibility(itemKey: string, isVisibile: boolean,... method _isCellVisible (line 1096) | private _isCellVisible(itemKey: string): boolean { method render (line 1108) | render() { method selectItemKey (line 1289) | selectItemKey(key: string, scrollToItem = true) { method _scrollToItemKey (line 1326) | private _scrollToItemKey(key: string): void { method _scrollToItemIndex (line 1340) | private _scrollToItemIndex(index: number): void { method _focusSubsequentItem (line 1345) | private _focusSubsequentItem(direction: FocusDirection, viaKeyboard: b... method componentDidMount (line 1392) | componentDidMount() { method componentWillUnmount (line 1408) | componentWillUnmount() { method componentDidUpdate (line 1414) | componentDidUpdate(prevProps: VirtualListViewProps) { method _componentDidRender (line 1418) | protected _componentDidRender() { method _setFocusIfNeeded (line 1438) | private _setFocusIfNeeded() { method _shouldShowItem (line 1446) | private _shouldShowItem(item: VirtualListViewItemInfo, props: VirtualL... method _calcHeightOfItems (line 1452) | private _calcHeightOfItems(props: VirtualListViewProps, star... method _isItemHeightKnown (line 1460) | private _isItemHeightKnown(item: VirtualListViewItemInfo) { method _getHeightOfItem (line 1464) | private _getHeightOfItem(item: VirtualListViewItemInfo | undefined) { FILE: extensions/webview/src/common/Interfaces.ts type PluginInterface (line 13) | interface PluginInterface { FILE: extensions/webview/src/common/Types.ts type WebViewNavigationState (line 13) | interface WebViewNavigationState { type WebViewErrorState (line 22) | interface WebViewErrorState extends WebViewNavigationState { type WebViewSandboxMode (line 28) | enum WebViewSandboxMode { type WebViewSource (line 44) | interface WebViewSource { type WebViewShouldStartLoadEvent (line 49) | interface WebViewShouldStartLoadEvent { type WebViewNavigationEvent (line 53) | interface WebViewNavigationEvent extends RXTypes.SyntheticEvent { type WebViewErrorEvent (line 57) | interface WebViewErrorEvent extends RXTypes.SyntheticEvent { type WebViewMessageEvent (line 61) | interface WebViewMessageEvent extends RXTypes.SyntheticEvent { type WebViewProps (line 66) | interface WebViewProps extends RXTypes.CommonStyledProps ... method constructor (line 46) | constructor(props: Types.WebViewProps) { method componentDidMount (line 58) | componentDidMount() { method componentDidUpdate (line 67) | componentDidUpdate(prevProps: Types.WebViewProps, prevState: WebViewSt... method componentWillUnmount (line 80) | componentWillUnmount() { method _getCustomHtml (line 87) | private _getCustomHtml(props: Types.WebViewProps): string | undefined { method _setContents (line 95) | private _setContents(html: string) { method _installMessageListener (line 108) | private _installMessageListener() { method _postRender (line 154) | private _postRender() { method render (line 169) | render() { method postMessage (line 240) | postMessage(message: string, targetOrigin = '*') { method reload (line 247) | reload() { method goBack (line 254) | goBack() { method goForward (line 261) | goForward() { FILE: samples/ImageList/android/app/src/main/java/com/rxpimagelist/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: samples/ImageList/android/app/src/main/java/com/rxpimagelist/MainApplication.java class MainApplication (line 14) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 17) | @Override method getPackages (line 22) | @Override method getJSMainModuleName (line 29) | @Override method getReactNativeHost (line 35) | @Override method onCreate (line 40) | @Override FILE: samples/ImageList/src/App.tsx class App (line 11) | class App { method init (line 12) | init() { method _renderRootView (line 17) | private _renderRootView() { FILE: samples/ImageList/src/config.ts constant DEBUG (line 3) | const DEBUG = __DEV__; constant DEV (line 4) | const DEV = __DEV__; FILE: samples/ImageList/src/controls/SearchField.tsx type SearchFieldProps (line 10) | interface SearchFieldProps { type SearchFieldState (line 14) | interface SearchFieldState { class SearchField (line 30) | class SearchField extends RX.Component { method _cancelPreviousSearch (line 86) | private _cancelPreviousSearch(): void { method _shouldSkipSearch (line 94) | private _shouldSkipSearch(query: string): boolean { FILE: samples/ImageList/src/views/ImageList.tsx type ImageListItemInfo (line 12) | interface ImageListItemInfo extends VirtualListViewItemInfo { type ImageListState (line 16) | interface ImageListState { class ImageList (line 68) | class ImageList extends ComponentBase<{}, ImageListState> { method render (line 69) | render() { method _buildState (line 100) | protected _buildState(): ImageListState { FILE: samples/ImageList/src/views/RootView.tsx class RootView (line 30) | class RootView extends RX.Component { method render (line 31) | render() { FILE: samples/ImageList/web/webpack/common.js constant ROOT_PATH (line 6) | const ROOT_PATH = path.join(__dirname, '..', '..'); constant DIST_PATH (line 7) | const DIST_PATH = path.join(ROOT_PATH, 'dist-web'); constant APP_PATH (line 8) | const APP_PATH = path.join(ROOT_PATH, 'src'); constant WEB_PATH (line 9) | const WEB_PATH = path.join(ROOT_PATH, 'web'); constant TS_CONFIG_PATH (line 10) | const TS_CONFIG_PATH = path.join(ROOT_PATH, 'tsconfig.json'); FILE: samples/ImageList/windows/RXPImageList/App.xaml.cs class App (line 8) | sealed partial class App : ReactApplication method App (line 16) | public App() FILE: samples/ImageList/windows/RXPImageList/MainReactNativeHost.cs class MainReactNativeHost (line 8) | class MainReactNativeHost : ReactNativeHost FILE: samples/RXPTest/android/app/src/main/java/com/rxphelloworld/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: samples/RXPTest/android/app/src/main/java/com/rxphelloworld/MainApplication.java class MainApplication (line 17) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 20) | @Override method getPackages (line 25) | @Override method getJSMainModuleName (line 34) | @Override method getReactNativeHost (line 40) | @Override method onCreate (line 45) | @Override FILE: samples/RXPTest/src/App.tsx type AppState (line 12) | interface AppState { class App (line 17) | class App extends RX.Component { method constructor (line 18) | constructor(props: RX.CommonProps) { method render (line 27) | render(): RX.Types.ReactNode { FILE: samples/RXPTest/src/Test.tsx type TestType (line 7) | const enum TestType { class TestResult (line 15) | class TestResult { method constructor (line 16) | constructor() { type Test (line 25) | interface Test { type AutoExecutableTest (line 41) | interface AutoExecutableTest extends Test { FILE: samples/RXPTest/src/TestContainer.tsx type TestContainerProps (line 81) | interface TestContainerProps extends RX.CommonProps { type TestContainerState (line 88) | interface TestContainerState { class TestContainer (line 94) | class TestContainer extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ActivityIndicatorTest.tsx type ActivityIndicatorViewState (line 29) | interface ActivityIndicatorViewState { class ActivityIndicatorView (line 33) | class ActivityIndicatorView extends RX.Component void) { class ActivityIndicatorTest (line 113) | class ActivityIndicatorTest implements AutoExecutableTest { method getPath (line 114) | getPath(): string { method getTestType (line 118) | getTestType(): TestType { method render (line 122) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 130) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/AlertTest.tsx type AlertViewState (line 85) | interface AlertViewState { class AlertView (line 89) | class AlertView extends RX.Component { method constructor (line 90) | constructor(props: RX.CommonProps) { method render (line 98) | render() { method _showAlert (line 141) | private _showAlert(custom: boolean, preventDismissOnPress: boolean) { method _setLastOption (line 169) | private _setLastOption(option: string) { class AlertTest (line 174) | class AlertTest implements Test { method getPath (line 175) | getPath(): string { method getTestType (line 179) | getTestType(): TestType { method render (line 183) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/AnimationTest.tsx type AnimationViewState (line 82) | interface AnimationViewState { class AnimationView (line 92) | class AnimationView extends RX.Component void): void { class AnimationTest (line 436) | class AnimationTest implements AutoExecutableTest { method getPath (line 437) | getPath(): string { method getTestType (line 441) | getTestType(): TestType { method render (line 445) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 451) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/AppTest.tsx type AppState (line 39) | interface AppState { class AppView (line 46) | class AppView extends RX.Component { method constructor (line 50) | constructor(props: RX.CommonProps) { method componentDidMount (line 62) | componentDidMount() { method componentWillUnmount (line 75) | componentWillUnmount() { method render (line 85) | render() { method _activationStateToString (line 124) | private _activationStateToString(state: RX.Types.AppActivationState): ... class AppTest (line 144) | class AppTest implements Test { method getPath (line 145) | getPath(): string { method getTestType (line 149) | getTestType(): TestType { method render (line 153) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ButtonTest.tsx type ButtonViewState (line 85) | interface ButtonViewState { class ButtonView (line 100) | class ButtonView extends RX.Component { method constructor (line 101) | constructor(props: RX.CommonProps) { method render (line 117) | render() { class ButtonTest (line 332) | class ButtonTest implements Test { method getPath (line 333) | getPath(): string { method getTestType (line 337) | getTestType(): TestType { method render (line 341) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ClipboardTest.tsx type ClipboardViewState (line 48) | interface ClipboardViewState { class ClipboardView (line 55) | class ClipboardView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/DragAndDropTest.tsx type DragAndDropViewState (line 59) | interface DragAndDropViewState { type FileInfo (line 67) | interface FileInfo { class DragAndDropView (line 72) | class DragAndDropView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/GestureViewTest.tsx type GestureViewState (line 69) | interface GestureViewState { class GestureViewView (line 76) | class GestureViewView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ImageApiTest.tsx type ImageViewState (line 35) | interface ImageViewState { class ImageView (line 39) | class ImageView extends RX.Component { method constructor (line 51) | constructor(props: RX.CommonProps) { method componentDidMount (line 59) | componentDidMount() { method componentWillUnmount (line 63) | componentWillUnmount() { method render (line 67) | render() { method _checkAllTestsComplete (line 212) | private _checkAllTestsComplete() { method execute (line 240) | execute(complete: (result: TestResult) => void): void { class ImageApiTest (line 254) | class ImageApiTest implements AutoExecutableTest { method getPath (line 255) | getPath(): string { method getTestType (line 259) | getTestType(): TestType { method render (line 263) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 269) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/ImageInteractiveTest.tsx class ImageView (line 34) | class ImageView extends RX.Component { method render (line 35) | render() { class ImageInteractiveTest (line 99) | class ImageInteractiveTest implements Test { method getPath (line 100) | getPath(): string { method getTestType (line 104) | getTestType(): TestType { method render (line 108) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/InputTest.tsx type InputState (line 30) | interface InputState { class InputView (line 42) | class InputView extends RX.Component { method constructor (line 47) | constructor(props: RX.CommonProps) { method componentDidMount (line 61) | componentDidMount() { method componentWillUnmount (line 93) | componentWillUnmount() { method render (line 107) | render() { class InputTest (line 153) | class InputTest implements Test { method getPath (line 154) | getPath(): string { method getTestType (line 158) | getTestType(): TestType { method render (line 162) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/InternationalTest.tsx type InternationalState (line 48) | interface InternationalState { class InternationalView (line 53) | class InternationalView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/LinkTest.tsx type LinkViewState (line 52) | interface LinkViewState { class LinkView (line 57) | class LinkView extends RX.Component { method constructor (line 58) | constructor(props: RX.CommonProps) { method render (line 67) | render() { class LinkTest (line 136) | class LinkTest implements Test { method getPath (line 137) | getPath(): string { method getTestType (line 141) | getTestType(): TestType { method render (line 145) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/LinkingTest.tsx type LinkingState (line 56) | interface LinkingState { class LinkingView (line 64) | class LinkingView extends RX.Component { method constructor (line 67) | constructor(props: RX.CommonProps) { method componentDidMount (line 79) | componentDidMount() { method componentWillUnmount (line 97) | componentWillUnmount() { method render (line 101) | render() { method _formatLinkingError (line 258) | private _formatLinkingError(err: RX.Types.LinkingErrorInfo): string { class LinkingTest (line 282) | class LinkingTest implements Test { method getPath (line 283) | getPath(): string { method getTestType (line 287) | getTestType(): TestType { method render (line 291) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/LocationTest.tsx type LocationState (line 44) | interface LocationState { class LocationView (line 54) | class LocationView extends RX.Component { method constructor (line 59) | constructor(props: RX.CommonProps) { method componentDidMount (line 69) | componentDidMount() { method componentWillUnmount (line 73) | componentWillUnmount() { method render (line 81) | render() { method execute (line 116) | execute(complete: (result: TestResult) => void) { method _formatPosition (line 222) | private _formatPosition(pos: Position) { method _formatError (line 232) | private _formatError(error: RX.Types.LocationErrorType): string { class LocationTest (line 249) | class LocationTest implements AutoExecutableTest { method getPath (line 250) | getPath(): string { method getTestType (line 254) | getTestType(): TestType { method render (line 258) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 266) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/ModalTest.tsx class ModalView (line 51) | class ModalView extends RX.Component { method render (line 52) | render() { method execute (line 66) | execute(complete: (result: TestResult) => void) { class ModalTest (line 130) | class ModalTest implements AutoExecutableTest { method getPath (line 131) | getPath(): string { method getTestType (line 135) | getTestType(): TestType { method render (line 139) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 147) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/NetworkTest.tsx type NetworkState (line 36) | interface NetworkState { class NetworkView (line 41) | class NetworkView extends RX.Component { method constructor (line 45) | constructor(props: RX.CommonProps) { method componentDidMount (line 54) | componentDidMount() { method componentWillUnmount (line 69) | componentWillUnmount() { method _queryConnectivityState (line 77) | private _queryConnectivityState() { method _queryNetworkState (line 93) | private _queryNetworkState() { method render (line 109) | render() { method _formatNetworkType (line 137) | private _formatNetworkType(type: RXNetInfoTypes.DeviceNetworkType): st... class NetworkTest (line 163) | class NetworkTest implements Test { method getPath (line 164) | getPath(): string { method getTestType (line 168) | getTestType(): TestType { method render (line 172) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/PickerTest.tsx type PickerViewState (line 46) | interface PickerViewState { class PickerView (line 51) | class PickerView extends RX.Component { method constructor (line 52) | constructor(props: RX.CommonProps) { method render (line 61) | render() { class PickerTest (line 108) | class PickerTest implements Test { method getPath (line 109) | getPath(): string { method getTestType (line 113) | getTestType(): TestType { method render (line 117) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/PlatformTest.tsx type PlatformState (line 31) | interface PlatformState { class PlatformView (line 35) | class PlatformView extends RX.Component { method constructor (line 36) | constructor(props: RX.CommonProps) { method render (line 44) | render() { method execute (line 69) | execute() { class PlatformTest (line 76) | class PlatformTest implements AutoExecutableTest { method getPath (line 77) | getPath(): string { method getTestType (line 81) | getTestType(): TestType { method render (line 85) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 93) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/PopupTest.tsx type PopupBoxProps (line 119) | interface PopupBoxProps extends RX.CommonProps { type PopupViewState (line 128) | interface PopupViewState { class PopupBox (line 133) | class PopupBox extends RX.Component { method render (line 134) | render() { class PopupView (line 183) | class PopupView extends RX.Component { method constructor (line 191) | constructor(props: RX.CommonProps) { method componentWillUnmount (line 197) | componentWillUnmount() { method render (line 201) | render() { method _getFilteredComboItems (line 410) | private _getFilteredComboItems(textInputValue: string) { method _renderComboItems (line 419) | private _renderComboItems(itemsText: string[]) { method _showTextComboBox (line 434) | private _showTextComboBox(typedText: string) { method _onPressComboBoxItem (line 462) | private _onPressComboBoxItem(e: RX.Types.SyntheticEvent, itemText: str... class PopupTest (line 470) | class PopupTest implements Test { method getPath (line 473) | getPath(): string { method getTestType (line 477) | getTestType(): TestType { method render (line 481) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ScrollViewBasicTest.tsx type ScrollViewState (line 80) | interface ScrollViewState { class ScrollViewView (line 85) | class ScrollViewView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ScrollViewEventTest.tsx type ScrollViewState (line 56) | interface ScrollViewState { class ScrollViewView (line 65) | class ScrollViewView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/StatusBarTest.tsx type StatusBarViewState (line 51) | interface StatusBarViewState { class StatusBarView (line 59) | class StatusBarView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/StorageTest.tsx class StorageBasicTest (line 27) | class StorageBasicTest implements AutoExecutableTest { method getPath (line 28) | getPath(): string { method getTestType (line 32) | getTestType(): TestType { method render (line 36) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 48) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/TextInputApiTest.tsx type TextInputViewState (line 36) | interface TextInputViewState { class TextInputView (line 42) | class TextInputView extends RX.Component void): void { class TextInputApiTest (line 158) | class TextInputApiTest implements AutoExecutableTest { method getPath (line 159) | getPath(): string { method getTestType (line 163) | getTestType(): TestType { method render (line 167) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 173) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/TextInputInteractiveTest.tsx type TextInputViewState (line 104) | interface TextInputViewState { class TextInputView (line 112) | class TextInputView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/TextTest.tsx type TextViewState (line 100) | interface TextViewState { class TextView (line 107) | class TextView extends RX.Component { method constructor (line 110) | constructor(props: RX.CommonProps) { method render (line 119) | render() { class TextTest (line 364) | class TextTest implements Test { method getPath (line 365) | getPath(): string { method getTestType (line 369) | getTestType(): TestType { method render (line 373) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/UserInterfaceTest.tsx type UserInterfaceState (line 40) | interface UserInterfaceState { class UserInterfaceView (line 43) | class UserInterfaceView extends RX.Component void) { class UserInterfaceTest (line 181) | class UserInterfaceTest implements AutoExecutableTest { method getPath (line 182) | getPath(): string { method getTestType (line 186) | getTestType(): TestType { method render (line 190) | render(onMount: (component: any) => void): RX.Types.ReactNode { method execute (line 198) | execute(component: any, complete: (result: TestResult) => void): void { FILE: samples/RXPTest/src/Tests/UserPresenceTest.tsx type UserPresenceViewState (line 35) | interface UserPresenceViewState { class UserPresenceView (line 39) | class UserPresenceView extends RX.Component void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ViewBasicTest.tsx function accessibilityLabelAndImportantForAccessibilityTestUI (line 72) | function accessibilityLabelAndImportantForAccessibilityTestUI(important:... class BasicView (line 124) | class BasicView extends RX.Component { method render (line 125) | render() { class ViewBasicTest (line 253) | class ViewBasicTest implements Test { method getPath (line 254) | getPath(): string { method getTestType (line 258) | getTestType(): TestType { method render (line 262) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ViewMouseTest.tsx type MouseViewState (line 66) | interface MouseViewState { class MouseView (line 77) | class MouseView extends RX.Component { method constructor (line 79) | constructor(props: RX.CommonProps) { method getMouseEventText (line 89) | private static getMouseEventText(mouseEvent?: RX.Types.MouseEvent): st... method render (line 129) | render(): any { class ViewMouseTest (line 210) | class ViewMouseTest implements Test { method getPath (line 211) | getPath(): string { method getTestType (line 215) | getTestType(): TestType { method render (line 219) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/ViewTouchTest.tsx type TouchViewState (line 74) | interface TouchViewState { class ViewTouch (line 92) | class ViewTouch extends RX.Component { method constructor (line 94) | constructor(props: RX.CommonProps) { method getTouchEventText (line 112) | private static getTouchEventText(touchEvent?: RX.Types.TouchEvent): st... method render (line 141) | render(): any { class ViewTouchTest (line 248) | class ViewTouchTest implements Test { method getPath (line 249) | getPath(): string { method getTestType (line 253) | getTestType(): TestType { method render (line 257) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/WebViewBasicTest.tsx type WebViewViewState (line 68) | interface WebViewViewState { class WebViewView (line 74) | class WebViewView extends RX.Component { method constructor (line 77) | constructor(props: RX.CommonProps) { method render (line 87) | render() { method _appendHistoryTest1 (line 194) | private _appendHistoryTest1(newLine: string) { class WebViewBasicTest (line 211) | class WebViewBasicTest implements Test { method getPath (line 212) | getPath(): string { method getTestType (line 216) | getTestType(): TestType { method render (line 220) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Tests/WebViewDynamicTest.tsx type WebViewViewState (line 67) | interface WebViewViewState { class WebViewView (line 72) | class WebViewView extends RX.Component { method constructor (line 75) | constructor(props: RX.CommonProps) { method render (line 84) | render() { method _getHtmlContent (line 144) | private static _getHtmlContent(pageNumber: number): string { method _appendHistoryTest1 (line 202) | private _appendHistoryTest1(newLine: string) { class WebViewDynamicTest (line 216) | class WebViewDynamicTest implements Test { method getPath (line 217) | getPath(): string { method getTestType (line 221) | getTestType(): TestType { method render (line 225) | render(onMount: (component: any) => void): RX.Types.ReactNode { FILE: samples/RXPTest/src/Utilities.ts function approxEquals (line 1) | function approxEquals(value1: number, value2: number, epsilon?: number):... FILE: samples/RXPTest/windows/rxptest/App.xaml.cs class App (line 8) | sealed partial class App : ReactApplication method App (line 16) | public App() FILE: samples/RXPTest/windows/rxptest/MainReactNativeHost.cs class MainReactNativeHost (line 9) | class MainReactNativeHost : ReactNativeHost FILE: samples/TodoList/android/app/src/debug/java/com/rxptodolist/ReactNativeFlipper.java class ReactNativeFlipper (line 27) | public class ReactNativeFlipper { method initializeFlipper (line 28) | public static void initializeFlipper(Context context, ReactInstanceMan... FILE: samples/TodoList/android/app/src/main/java/com/rxptodolist/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: samples/TodoList/android/app/src/main/java/com/rxptodolist/MainApplication.java class MainApplication (line 14) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 18) | @Override method getPackages (line 23) | @Override method getJSMainModuleName (line 32) | @Override method getReactNativeHost (line 38) | @Override method onCreate (line 43) | @Override method initializeFlipper (line 57) | private static void initializeFlipper( FILE: samples/TodoList/buildconfig.js function getTempPath (line 25) | function getTempPath(mypath) { function getSourcePath (line 29) | function getSourcePath(mypath) { function getObjPath (line 33) | function getObjPath(mypath) { function getWebAppPath (line 37) | function getWebAppPath(mypath) { function getBuildPath (line 41) | function getBuildPath(mypath) { function setTargetPlatform (line 49) | function setTargetPlatform(target) { function setIsDevEnv (line 67) | function setIsDevEnv(dev) { function getCommonFallback (line 71) | function getCommonFallback(targetPlatform) { function getModuleAliases (line 91) | function getModuleAliases(targetPlatform) { function getConfigInternal (line 117) | function getConfigInternal() { FILE: samples/TodoList/buildtools/inline-require.js function buildRequireCall (line 41) | function buildRequireCall(name) { function buildRequireLodash (line 50) | function buildRequireLodash(name, func) { function inlineRequireLodashFunction (line 59) | function inlineRequireLodashFunction(path) { function inlineRequire (line 74) | function inlineRequire(path) { function handleLodashSpread (line 94) | function handleLodashSpread(path) { function isChain (line 213) | function isChain(name) { function isLodash (line 217) | function isLodash(name) { function resetCollection (line 226) | function resetCollection() { function isTopLevelRequireAlias (line 231) | function isTopLevelRequireAlias(path) { function isBlacklistedModule (line 242) | function isBlacklistedModule(name) { function shouldInlineRequire (line 264) | function shouldInlineRequire(node, scope) { function isRequireCall (line 276) | function isRequireCall(node) { FILE: samples/TodoList/gulpfile.js function getPlatform (line 58) | function getPlatform() { function fixPipe (line 115) | function fixPipe(stream) { function usesWebpack (line 152) | function usesWebpack() { function getPlatformSpecificResources (line 156) | function getPlatformSpecificResources() { function formatter (line 169) | function formatter() {} function _runEsLintInternal (line 193) | function _runEsLintInternal(src, cacheName, fakeTaskName) { function _debounceEsLintRunner (line 241) | function _debounceEsLintRunner(runner, fakeTaskName) { function runEsLint (line 247) | function runEsLint(fakeTaskName) { function copyMultiple (line 254) | function copyMultiple(copyList, callback) { function normalizePath (line 277) | function normalizePath(mypath) { function aliasify (line 285) | function aliasify(aliases) { function replaceFlags (line 319) | function replaceFlags(stream) { function fixRelativePathGlob (line 330) | function fixRelativePathGlob(pathOrGlob) { function watcher (line 349) | function watcher(glob, callback) { FILE: samples/TodoList/nodeserver.js function replaceVariables (line 23) | function replaceVariables(html, replacements) { function serveHtmlPage (line 34) | function serveHtmlPage(response, file) { function handler (line 43) | function handler(request, response) { FILE: samples/TodoList/src/ts/app/AppBootstrapper.tsx method constructor (line 25) | constructor() { method _startCriticalServices (line 46) | private _startCriticalServices(): SyncTasks.Promise { method _renderRootView (line 56) | private _renderRootView() { FILE: samples/TodoList/src/ts/app/AppBootstrapperNative.tsx class AppBootstrapperNative (line 24) | class AppBootstrapperNative extends AppBootstrapper { method _getDbProvidersToTry (line 25) | protected _getDbProvidersToTry(): DbProvider[] { method _getInitialUrl (line 35) | protected _getInitialUrl(): SyncTasks.Promise { FILE: samples/TodoList/src/ts/app/AppBootstrapperWeb.tsx class AppBootstrapperWeb (line 30) | class AppBootstrapperWeb extends AppBootstrapper { method _getDbProvidersToTry (line 31) | protected _getDbProvidersToTry(): DbProvider[] { method _getInitialUrl (line 40) | protected _getInitialUrl(): SyncTasks.Promise { FILE: samples/TodoList/src/ts/app/AppConfig.ts type InitParams (line 12) | interface InitParams { class AppConfig (line 16) | class AppConfig { method constructor (line 23) | constructor() { method initialize (line 31) | initialize(params: InitParams) { method isDevelopmentBuild (line 37) | isDevelopmentBuild(): boolean { method getPlatformType (line 41) | getPlatformType(): RX.Types.PlatformType { method isTouchInterface (line 45) | isTouchInterface(): boolean { method getStartupTime (line 49) | getStartupTime(): number { method getAppVersion (line 53) | getAppVersion(): string { method getFrontendHost (line 57) | getFrontendHost(): string { method getProtocol (line 61) | getProtocol(): string { method getFrontendBaseUrl (line 70) | getFrontendBaseUrl(): string { method getDocRoot (line 74) | getDocRoot(): string { method getImagePath (line 78) | getImagePath(imageName = ''): string { FILE: samples/TodoList/src/ts/app/DeepLinkConverter.ts class DeepLinkConverter (line 17) | class DeepLinkConverter { method getUrlFromContext (line 18) | static getUrlFromContext(context: NavModels.RootNavContext): string { method getContextFromUrl (line 55) | static getContextFromUrl(url: string, isStackNav: boolean): NavModels.... FILE: samples/TodoList/src/ts/app/LocalDb.ts type DBStore (line 14) | type DBStore = string & { na... type DBIndex (line 15) | type DBIndex, IndexKeyFormat> = ... class LocalDb (line 44) | class LocalDb { method open (line 47) | open(providersToTry: DbProvider[]): SyncTasks.Promise { method _openListOfProviders (line 53) | private _openListOfProviders(providersToTry: DbProvider[], dbName: str... method getAllTodos (line 86) | getAllTodos(): SyncTasks.Promise { method putTodo (line 95) | putTodo(todo: TodoModels.Todo): SyncTasks.Promise { method deleteTodo (line 107) | deleteTodo(todoId: string): SyncTasks.Promise { FILE: samples/TodoList/src/ts/app/NavActions.ts class NavActions (line 10) | class NavActions { method createTodoListContext (line 11) | static createTodoListContext(useStackNav: boolean, selectedTodoId?: st... FILE: samples/TodoList/src/ts/app/Styles.tsx type Colors (line 11) | const enum Colors { type FontSizes (line 49) | const enum FontSizes { class Fonts (line 60) | class Fonts { class Styles (line 86) | class Styles { FILE: samples/TodoList/src/ts/controls/HoverButton.tsx type HoverButtonProps (line 11) | interface HoverButtonProps extends RX.CommonProps { type HoverButtonState (line 18) | interface HoverButtonState { class HoverButton (line 22) | class HoverButton extends RX.Component { method _buildState (line 71) | protected _buildState(props: ModalProps, initialBuild: boolean): Parti... method UNSAFE_componentWillMount (line 86) | UNSAFE_componentWillMount() { method componentDidMount (line 93) | componentDidMount() { method componentWillUnmount (line 106) | componentWillUnmount() { method UNSAFE_componentWillUpdate (line 114) | UNSAFE_componentWillUpdate(newProps: ModalProps, newState: ModalState,... method render (line 119) | render() { method _animateClose (line 172) | private _animateClose(onAnimationComplete: () => void) { method dismissAnimated (line 197) | static dismissAnimated(modalId: string): Promise { FILE: samples/TodoList/src/ts/controls/SimpleButton.tsx type SimpleButtonProps (line 14) | interface SimpleButtonProps { class SimpleButton (line 48) | class SimpleButton extends RX.Component { method render (line 49) | render(): JSX.Element | null { FILE: samples/TodoList/src/ts/controls/SimpleDialog.tsx type SimpleDialogButton (line 20) | interface SimpleDialogButton { type SimpleDialogProps (line 34) | interface SimpleDialogProps { class SimpleDialog (line 95) | class SimpleDialog extends ComponentBase { method componentDidMount (line 96) | componentDidMount() { method componentWillUnmount (line 103) | componentWillUnmount() { method render (line 110) | render() { method _onButtonPress (line 179) | private _onButtonPress(e: RX.Types.SyntheticEvent, buttonDef: SimpleDi... method _completeButtonPress (line 184) | private _completeButtonPress(buttonDef: SimpleDialogButton) { method dismissAnimated (line 227) | static dismissAnimated(dialogId: string): Promise { FILE: samples/TodoList/src/ts/controls/SimpleMenu.tsx type MenuItem (line 16) | interface MenuItem { type MenuProps (line 23) | interface MenuProps extends RX.CommonProps { type MenuState (line 33) | interface MenuState { class SimpleMenu (line 81) | class SimpleMenu extends ComponentBase { method _buildState (line 84) | protected _buildState(props: MenuProps, initialBuild: boolean): Partia... method componentDidMount (line 94) | componentDidMount() { method componentDidUpdate (line 102) | componentDidUpdate(prevProps: MenuProps, prevState: MenuState, prevCon... method focusFirt (line 110) | focusFirt() { method focusLast (line 114) | focusLast() { method focusItem (line 118) | focusItem(index = 0) { method render (line 133) | render() { method _onClickItem (line 210) | private _onClickItem(e: RX.Types.SyntheticEvent, item: MenuItem) { method _onMouseEnter (line 218) | private _onMouseEnter(item: MenuItem) { method _onMouseLeave (line 226) | private _onMouseLeave(item: MenuItem) { FILE: samples/TodoList/src/ts/controls/VerticalSeparator.tsx type VerticalSeparatorProps (line 12) | interface VerticalSeparatorProps { class VerticalSeparator (line 26) | class VerticalSeparator extends RX.Component { method ensureStartedSingle (line 60) | static ensureStartedSingle(service: Service): SyncTasks.Promise { method _getName (line 100) | private static _getName(service: Service): string { FILE: samples/TodoList/src/ts/services/ServiceRegistrar.ts class ServiceRegistrar (line 16) | class ServiceRegistrar { method init (line 17) | static init() { FILE: samples/TodoList/src/ts/stores/CurrentUserStore.ts class CurrentUserStore (line 13) | class CurrentUserStore extends StoreBase { method getUser (line 22) | getUser(): User | undefined { method getFullName (line 27) | getFullName(): string { FILE: samples/TodoList/src/ts/stores/NavContextStore.ts class NavContextStore (line 19) | class NavContextStore extends StoreBase { method constructor (line 23) | constructor() { method _shouldUseStackNavigation (line 49) | private _shouldUseStackNavigation(): boolean { method getNavContext (line 69) | getNavContext(): NavModels.RootNavContext { method setNavContext (line 73) | setNavContext(newContext: NavModels.RootNavContext) { method isUsingStackNav (line 83) | isUsingStackNav(): boolean { method navigateToTodoList (line 87) | navigateToTodoList(selectedTodoId?: string, showNewTodoPanel = false) { method popNavigationStack (line 91) | popNavigationStack() { FILE: samples/TodoList/src/ts/stores/ResponsiveWidthStore.ts type TriggerKeys (line 13) | enum TriggerKeys { class ResponsiveWidthStore (line 21) | @AutoSubscribeStore method constructor (line 27) | constructor() { method responsiveWidthForWidth (line 37) | static responsiveWidthForWidth(width: number): ResponsiveWidth { method putWindowSize (line 50) | putWindowSize(width: number, height: number, rootViewId: string = Main... method getWidth (line 77) | getWidth(rootViewId: string = MainWindowId): number { method getWidthNoSubscription (line 82) | getWidthNoSubscription(rootViewId: string = MainWindowId): number { method getHeight (line 87) | getHeight(rootViewId: string = MainWindowId): number { method getHeightNoSubscription (line 92) | getHeightNoSubscription(rootViewId: string = MainWindowId): number { method getResponsiveWidth (line 97) | getResponsiveWidth(rootViewId: string = MainWindowId): number { method isSmallOrTinyScreenSize (line 102) | isSmallOrTinyScreenSize(rootViewId: string = MainWindowId): boolean { method isTinyWidth (line 107) | isTinyWidth(rootViewId: string = MainWindowId): boolean { method isHeightSmallerThanThresholdNoSubscription (line 112) | isHeightSmallerThanThresholdNoSubscription(threshold: number, rootView... method isWidthSmallerThanThresholdNoSubscription (line 118) | isWidthSmallerThanThresholdNoSubscription(threshold: number, rootViewI... method getWindowDimensionsNoSubscription (line 124) | getWindowDimensionsNoSubscription(rootViewId: string = MainWindowId): ... FILE: samples/TodoList/src/ts/stores/TodosStore.tsx class TodosStore (line 14) | @AutoSubscribeStore method startup (line 18) | startup() { method addTodo (line 24) | addTodo(todoText: string) { method getTodos (line 44) | getTodos() { method getTodoById (line 49) | getTodoById(todoId: string) { method deleteTodo (line 53) | deleteTodo(todoId: string) { FILE: samples/TodoList/src/ts/utilities/ExceptionReporter.ts type ExceptionReporterDelegate (line 13) | type ExceptionReporterDelegate = (message: string, source: string | unde... class ExceptionReporter (line 16) | class ExceptionReporter { method constructor (line 19) | constructor() { method register (line 45) | register(handler: ExceptionReporterDelegate) { method registerAlertView (line 51) | registerAlertView() { method registerConsoleView (line 58) | registerConsoleView() { method unregister (line 66) | unregister() { FILE: samples/TodoList/src/ts/utilities/KeyCodes.ts function isReactNative (line 13) | function isReactNative(): boolean { type Keys (line 22) | enum Keys { FILE: samples/TodoList/src/ts/utilities/ShimHelpers.ts function shimEnvironment (line 14) | function shimEnvironment(isDev: boolean, isNative: boolean) { function shimReactNative (line 33) | function shimReactNative() { FILE: samples/TodoList/src/ts/views/AccountMenuButton.tsx type AccountMenuButtonState (line 17) | interface AccountMenuButtonState { class AccountMenuButton (line 53) | class AccountMenuButton extends ComponentBase { method _buildState (line 50) | protected _buildState(props: RootViewProps, initState: boolean): Parti... method render (line 88) | render(): JSX.Element | null { method _showBackButton (line 110) | private _showBackButton(viewId: NavModels.NavViewId): boolean { method _getViewTitle (line 115) | private _getViewTitle(navContext: NavModels.RootNavContext): string { method _renderSceneContents (line 164) | private _renderSceneContents(viewId: NavModels.NavViewId) { method _renderMainView (line 203) | private _renderMainView(): JSX.Element | null { method _createNavigatorRouteStack (line 212) | private _createNavigatorRouteStack(stackContext: NavModels.StackRootNa... method _createNavigatorRoute (line 216) | private _createNavigatorRoute(viewId: NavModels.NavViewId): NavTypes.N... method _findNavContextForRoute (line 223) | private _findNavContextForRoute(routeId: number) { method _compareNavStack (line 230) | private _compareNavStack(stackA: NavModels.ViewNavContext[], stackB: N... FILE: samples/TodoList/src/ts/views/TodoCompositeView.tsx type TodoCompositeViewProps (line 20) | interface TodoCompositeViewProps extends RX.CommonProps { type TodoCompositeViewState (line 24) | interface TodoCompositeViewState { class TodoCompositeView (line 44) | class TodoCompositeView extends ComponentBase { method render (line 59) | render(): JSX.Element | null { FILE: samples/TodoList/src/ts/views/ViewTodoPanel.tsx type ViewTodoPanelProps (line 18) | interface ViewTodoPanelProps extends RX.CommonProps { type ViewTodoPanelState (line 22) | interface ViewTodoPanelState { class ViewTodoPanel (line 49) | class ViewTodoPanel extends ComponentBase { method constructor (line 57) | constructor(props: ToggleSwitchProps) { method componentDidUpdate (line 75) | componentDidUpdate(prevProps: ToggleSwitchProps) { method render (line 96) | render() { FILE: samples/hello-world/src/views/MainPanel.tsx type MainPanelProps (line 4) | interface MainPanelProps { class MainPanel (line 50) | class MainPanel extends RX.Component { method constructor (line 54) | constructor(props: MainPanelProps) { method componentDidMount (line 63) | componentDidMount() { method render (line 71) | render() { FILE: samples/hello-world/src/views/RootView.tsx type NavigationRouteId (line 8) | enum NavigationRouteId { class RootView (line 20) | class RootView extends RX.Component { method componentDidMount (line 23) | componentDidMount() { method render (line 32) | render() { FILE: samples/hello-world/src/views/SecondPanel.tsx type SecondPanelProps (line 8) | interface SecondPanelProps extends RX.CommonProps { type SecondPanelState (line 12) | interface SecondPanelState { class SecondPanel (line 56) | class SecondPanel extends RX.Component, ... method setAccessibilityFocus (line 42) | setAccessibilityFocus(component: React.Component): void { FILE: src/android/GestureView.tsx class GestureView (line 15) | class GestureView extends BaseGestureView { method constructor (line 17) | constructor(props: Types.GestureViewProps) { method _getPreferredPanRatio (line 21) | protected _getPreferredPanRatio(): number { method _getEventTimestamp (line 25) | protected _getEventTimestamp(e: Types.TouchEvent | Types.MouseEvent): ... FILE: src/android/Image.tsx class Image (line 13) | class Image extends CommonImage { method _getAdditionalProps (line 16) | protected _getAdditionalProps(): RN.ImagePropertiesAndroid { FILE: src/android/ReactXP.ts type Accessibility (line 54) | type Accessibility = RXInterfaces.Accessibility; type ActivityIndicator (line 56) | type ActivityIndicator = RXInterfaces.ActivityIndicator; type Alert (line 58) | type Alert = RXInterfaces.Alert; type App (line 60) | type App = RXInterfaces.App; type Button (line 62) | type Button = RXInterfaces.Button; type Picker (line 64) | type Picker = RXInterfaces.Picker; type Clipboard (line 66) | type Clipboard = RXInterfaces.Clipboard; type GestureView (line 68) | type GestureView = RXInterfaces.GestureView; type Image (line 70) | type Image = RXInterfaces.Image; type Input (line 72) | type Input = RXInterfaces.Input; type International (line 74) | type International = RXInterfaces.International; type Link (line 76) | type Link = RXInterfaces.Link; type Linking (line 78) | type Linking = RXInterfaces.Linking; type Location (line 80) | type Location = RXInterfaces.Location; type Modal (line 82) | type Modal = RXInterfaces.Modal; type Platform (line 84) | type Platform = RXInterfaces.Platform; type Popup (line 86) | type Popup = RXInterfaces.Popup; type ScrollView (line 88) | type ScrollView = RXInterfaces.ScrollView; type StatusBar (line 90) | type StatusBar = RXInterfaces.StatusBar; type Storage (line 92) | type Storage = RXInterfaces.Storage; type Styles (line 94) | type Styles = RXInterfaces.Styles; type Text (line 96) | type Text = RXInterfaces.Text; type TextInput (line 98) | type TextInput = RXInterfaces.TextInput; type UserInterface (line 100) | type UserInterface = RXInterfaces.UserInterface; type UserPresence (line 102) | type UserPresence = RXInterfaces.UserPresence; type View (line 104) | type View = RXInterfaces.View; FILE: src/android/StatusBar.ts class StatusBar (line 14) | class StatusBar extends RX.StatusBar { method isOverlay (line 15) | isOverlay(): boolean { method setHidden (line 21) | setHidden(hidden: boolean, showHideTransition: 'slide' | 'fade'): void { method setBackgroundColor (line 25) | setBackgroundColor(color: string, animated: boolean): void { method setTranslucent (line 29) | setTranslucent(translucent: boolean): void { method setBarStyle (line 33) | setBarStyle(style: 'default' | 'light-content' | 'dark-content', anima... method setNetworkActivityIndicatorVisible (line 37) | setNetworkActivityIndicatorVisible(value: boolean): void { FILE: src/android/Text.tsx class Text (line 25) | class Text extends CommonText { method _getStyles (line 26) | protected _getStyles(): Types.StyleRuleSetRecursiveArray extends React.Component {} type ImageConstructor (line 149) | interface ImageConstructor { type LocationConfiguration (line 188) | interface LocationConfiguration { type ScrollViewConstructor (line 204) | interface ScrollViewConstructor { type ScrollView (line 208) | interface ScrollView extends React.Component { type Animated (line 283) | interface Animated { type International (line 298) | interface International { FILE: src/common/Linking.ts method launchSms (line 27) | launchSms(phoneInfo: RX.Types.SmsInfo): Promise { method openUrl (line 34) | openUrl(url: string): Promise { method _createEmailUrl (line 39) | protected _createEmailUrl(emailInfo: RX.Types.EmailInfo): string { method _createSmsUrl (line 71) | protected _createSmsUrl(smsInfo: RX.Types.SmsInfo): string { method _isEmailValid (line 83) | private _isEmailValid(email: string): boolean { method _filterValidEmails (line 105) | private _filterValidEmails(emails: string[]): string[] { FILE: src/common/Location.ts class Location (line 13) | class Location extends RX.Location { method setConfiguration (line 14) | setConfiguration(config: RX.LocationConfiguration): void { method isAvailable (line 27) | isAvailable(): boolean { method getCurrentPosition (line 33) | getCurrentPosition(options?: PositionOptions): Promise { method watchPosition (line 66) | watchPosition(successCallback: RX.Types.LocationSuccessCallback, error... method clearWatch (line 84) | clearWatch(watchID: RX.Types.LocationWatchId): void { FILE: src/common/ModuleInterface.ts type Accessibility (line 15) | type Accessibility = RX.Accessibility; type ActivityIndicator (line 17) | type ActivityIndicator = RX.ActivityIndicator; type Alert (line 19) | type Alert = RX.Alert; type App (line 21) | type App = RX.App; type Button (line 23) | type Button = RX.Button; type Picker (line 25) | type Picker = RX.Picker; type Clipboard (line 27) | type Clipboard = RX.Clipboard; type GestureView (line 29) | type GestureView = RX.GestureView; type Image (line 31) | type Image = RX.Image; type Input (line 33) | type Input = RX.Input; type International (line 35) | type International = RX.International; type Link (line 37) | type Link = RX.Link; type Linking (line 39) | type Linking = RX.Linking; type Location (line 41) | type Location = RX.Location; type Modal (line 43) | type Modal = RX.Modal; type Platform (line 45) | type Platform = RX.Platform; type Popup (line 47) | type Popup = RX.Popup; type ScrollView (line 49) | type ScrollView = RX.ScrollView; type StatusBar (line 51) | type StatusBar = RX.StatusBar; type Storage (line 53) | type Storage = RX.Storage; type Styles (line 55) | type Styles = RX.Styles; type Text (line 57) | type Text = RX.Text; type TextInput (line 59) | type TextInput = RX.TextInput; type UserInterface (line 61) | type UserInterface = RX.UserInterface; type UserPresence (line 63) | type UserPresence = RX.UserPresence; type View (line 65) | type View = RX.View; type Animated (line 68) | type Animated = RX.Animated; FILE: src/common/PopupContainerViewBase.tsx type PopupContainerViewBaseProps (line 19) | interface PopupContainerViewBaseProps extends Types.CommonProps { type PopupContainerViewContext (line 23) | interface PopupContainerViewContext { type PopupComponent (line 27) | interface PopupComponent { type RecalcResult (line 32) | interface RecalcResult { constant ALLEY_WIDTH (line 49) | const ALLEY_WIDTH = 2; constant MIN_ANCHOR_OFFSET (line 53) | const MIN_ANCHOR_OFFSET = 16; function recalcPositionFromLayoutData (line 56) | function recalcPositionFromLayoutData(windowDims: Dimensions, anchorRect... function recalcInnerPosition (line 237) | function recalcInnerPosition(anchorRect: ClientRect, positionToUse: Popu... method constructor (line 294) | constructor(props: P, context?: PopupContainerViewContext) { method getChildContext (line 298) | getChildContext() { method registerPopupComponent (line 305) | registerPopupComponent(onShow: () => void, onHide: () => void): PopupCom... method unregisterPopupComponent (line 314) | unregisterPopupComponent(component: PopupComponent) { method isHidden (line 318) | isHidden(): boolean { method componentDidUpdate (line 322) | componentDidUpdate(prevProps: P, prevState: S) { FILE: src/common/StyleLeakDetector.ts class StyleLeakDetector (line 19) | class StyleLeakDetector { method _getFingerprint (line 22) | private _getFingerprint(objec... method _sortAny (line 30) | private _sortAny(object: any): any { method _sortObject (line 40) | private _sortObject(object: Dictionary): Dictionary { method _sortArray (line 60) | private _sortArray(object: any[]): any[] { method isDisabled (line 69) | protected isDisabled(): boolean { method detectLeaks (line 73) | detectLeaks(style: T): void { FILE: src/common/Types.ts type ReactNode (line 17) | type ReactNode = React.ReactNode; type ReactInterface (line 22) | interface ReactInterface { type FlexboxParentStyle (line 30) | interface FlexboxParentStyle { type FlexboxChildrenStyle (line 79) | interface FlexboxChildrenStyle { type FlexboxStyle (line 87) | interface FlexboxStyle extends FlexboxParentStyle, FlexboxChildrenStyle { type InterpolationConfig (line 90) | interface InterpolationConfig { method constructor (line 96) | constructor(val: number) { type AnimatedFlexboxStyle (line 108) | interface AnimatedFlexboxStyle { type TransformStyle (line 122) | interface TransformStyle { type AnimatedTransformStyle (line 137) | interface AnimatedTransformStyle { type StyleRuleSet (line 152) | type StyleRuleSet = T | number | undefined; type StyleRuleSetOrArray (line 153) | type StyleRuleSetOrArray = StyleRuleSet | StyleRuleSet[]; type StyleRuleSetRecursiveArray (line 154) | interface StyleRuleSetRecursiveArray extends Array = StyleRuleSet | StyleRuleSetRecursiveA... type ViewAndImageCommonStyle (line 160) | interface ViewAndImageCommonStyle extends FlexboxStyle, TransformStyle { type AnimatedViewAndImageCommonStyle (line 174) | interface AnimatedViewAndImageCommonStyle extends AnimatedFlexboxStyle, ... type ShadowOffset (line 184) | interface ShadowOffset { type ViewStyle (line 189) | interface ViewStyle extends ViewAndImageCommonStyle { type ViewStyleRuleSet (line 209) | type ViewStyleRuleSet = StyleRuleSet; type AnimatedViewStyle (line 211) | interface AnimatedViewStyle extends AnimatedViewAndImageCommonStyle { type AnimatedViewStyleRuleSet (line 214) | type AnimatedViewStyleRuleSet = StyleRuleSet; type ScrollViewStyle (line 220) | interface ScrollViewStyle extends FlexboxParentStyle, TransformStyle { type ScrollViewStyleRuleSet (line 226) | type ScrollViewStyleRuleSet = StyleRuleSet; type ButtonStyle (line 232) | interface ButtonStyle extends ViewStyle { type ButtonStyleRuleSet (line 235) | type ButtonStyleRuleSet = StyleRuleSet; type ActivityIndicatorStyle (line 241) | interface ActivityIndicatorStyle extends ViewStyle { type ActivityIndicatorStyleRuleSet (line 244) | type ActivityIndicatorStyleRuleSet = StyleRuleSet; type FontInfo (line 250) | interface FontInfo { type TextStyle (line 256) | interface TextStyle extends ViewStyle { type TextStyleRuleSet (line 277) | type TextStyleRuleSet = StyleRuleSet; type AnimatedTextStyle (line 279) | interface AnimatedTextStyle extends AnimatedViewAndImageCommonStyle { type AnimatedTextStyleRuleSet (line 284) | type AnimatedTextStyleRuleSet = StyleRuleSet; type TextInputStyle (line 290) | interface TextInputStyle extends TextStyle { type TextInputStyleRuleSet (line 293) | type TextInputStyleRuleSet = StyleRuleSet; type AnimatedTextInputStyle (line 295) | interface AnimatedTextInputStyle extends AnimatedViewAndImageCommonStyle { type AnimatedTextInputStyleRuleSet (line 300) | type AnimatedTextInputStyleRuleSet = StyleRuleSet; type LinkStyle (line 306) | interface LinkStyle extends TextStyle { type LinkStyleRuleSet (line 309) | type LinkStyleRuleSet = StyleRuleSet; type ImageStyle (line 315) | interface ImageStyle extends ViewAndImageCommonStyle, FlexboxStyle { type ImageStyleRuleSet (line 321) | type ImageStyleRuleSet = StyleRuleSet; type AnimatedImageStyle (line 323) | interface AnimatedImageStyle extends AnimatedViewAndImageCommonStyle, An... type AnimatedImageStyleRuleSet (line 326) | type AnimatedImageStyleRuleSet = StyleRuleSet; type PickerStyle (line 332) | interface PickerStyle extends ViewStyle { type PickerStyleRuleSet (line 336) | type PickerStyleRuleSet = StyleRuleSet; type ComponentBase (line 338) | type ComponentBase = React.Component; type RefObject (line 346) | interface RefObject { type Ref (line 349) | type Ref = { bivarianceHack(instance: T | null): void }['bivarianceHa... type RefAttributes (line 350) | interface RefAttributes { type CommonProps (line 355) | interface CommonProps extends RefAttributes { type Stateless (line 361) | interface Stateless {} type CommonAccessibilityProps (line 366) | interface CommonAccessibilityProps { type ImportantForAccessibility (line 384) | enum ImportantForAccessibility { type AriaLive (line 391) | type AriaLive = 'off' | 'assertive' | 'polite'; type AccessibilityLiveRegion (line 395) | enum AccessibilityLiveRegion { type AccessibilityTrait (line 405) | enum AccessibilityTrait { type FocusArbitrator (line 461) | type FocusArbitrator = (candidates: FocusCandidate[]) => FocusCandidate ... type FocusCandidate (line 465) | interface FocusCandidate { type CommonStyledProps (line 473) | interface CommonStyledProps extends CommonProps<... type ButtonProps (line 478) | interface ButtonProps extends CommonStyledProps { type Headers (line 525) | interface Headers { type ImageResizeMode (line 530) | type ImageResizeMode = 'stretch' | 'contain' | 'cover' | 'auto' | 'repeat'; type ImagePropsShared (line 532) | interface ImagePropsShared extends CommonProps { type ImageProps (line 545) | interface ImageProps extends ImagePropsShared { type ImageMetadata (line 549) | interface ImageMetadata { type AnimatedImageProps (line 554) | interface AnimatedImageProps extends ImagePropsShared { type TextPropsShared (line 567) | interface TextPropsShared extends CommonProps { type TextProps (line 594) | interface TextProps extends TextPropsShared { type AnimatedTextProps (line 598) | interface AnimatedTextProps extends TextPropsShared { type ViewLayerType (line 602) | type ViewLayerType = 'none' | 'software' | 'hardware'; type LimitFocusType (line 604) | enum LimitFocusType { type ViewPropsShared (line 615) | interface ViewPropsShared extends CommonProps, C... type ViewProps (line 688) | interface ViewProps extends ViewPropsShared { type AnimatedViewProps (line 693) | interface AnimatedViewProps extends ViewPropsShared { type GestureState (line 698) | interface GestureState { type TapGestureState (line 703) | interface TapGestureState extends GestureState { type MultiTouchGestureState (line 710) | interface MultiTouchGestureState extends GestureState { type ScrollWheelGestureState (line 734) | interface ScrollWheelGestureState extends TapGestureState { type PanGestureState (line 738) | interface PanGestureState extends TapGestureState { type GestureMouseCursor (line 749) | enum GestureMouseCursor { type PreferredPanGesture (line 763) | enum PreferredPanGesture { type GestureViewProps (line 768) | interface GestureViewProps extends CommonStyledProps { type TextInputPropsShared (line 897) | interface TextInputPropsShared extends CommonProps<... type TextInputProps (line 945) | interface TextInputProps extends TextInputPropsShared { type AnimatedTextInputProps (line 949) | interface AnimatedTextInputProps extends TextInputPropsShared void; type LocationFailureCallback (line 1075) | type LocationFailureCallback = (error: LocationErrorType) => void; type EndResult (line 1082) | interface EndResult { finished: boolean } type EndCallback (line 1083) | type EndCallback = (result: EndResult) => void; type CompositeAnimation (line 1084) | interface CompositeAnimation { type LoopConfig (line 1089) | interface LoopConfig { type AnimationConfig (line 1093) | interface AnimationConfig { type TimingAnimationConfig (line 1098) | interface TimingAnimationConfig extends AnimationConfig { type InterpolationConfigType (line 1106) | interface InterpolationConfigType { type TimingFunction (line 1111) | type TimingFunction = (value: RX.Types.AnimatedValue | RX.Types.Interpol... type SequenceFunction (line 1115) | type SequenceFunction = (animations: CompositeAnimation[]) => CompositeA... type ParallelFunction (line 1118) | type ParallelFunction = (animations: CompositeAnimation[]) => CompositeA... type EasingFunction (line 1121) | interface EasingFunction { type Easing (line 1126) | interface Easing { type SyntheticEvent (line 1145) | interface SyntheticEvent { type ClipboardEvent (line 1155) | interface ClipboardEvent extends SyntheticEvent { type FocusEvent (line 1159) | type FocusEvent = SyntheticEvent; type MouseEvent (line 1161) | interface MouseEvent extends SyntheticEvent { type DragEvent (line 1173) | interface DragEvent extends MouseEvent { type Touch (line 1177) | interface Touch { type TouchList (line 1189) | interface TouchList { type TouchEvent (line 1196) | interface TouchEvent extends SyntheticEvent { type WheelEvent (line 1212) | interface WheelEvent extends SyntheticEvent { type ViewOnLayoutEvent (line 1219) | interface ViewOnLayoutEvent { type KeyboardEvent (line 1226) | interface KeyboardEvent extends SyntheticEvent { type Dimensions (line 1243) | interface Dimensions { type EmailInfo (line 1251) | interface EmailInfo { type SmsInfo (line 1259) | interface SmsInfo { type LinkingErrorCode (line 1264) | enum LinkingErrorCode { type LinkingErrorInfo (line 1271) | interface LinkingErrorInfo { type AppActivationState (line 1280) | enum AppActivationState { type LayoutInfo (line 1289) | interface LayoutInfo { type PlatformType (line 1299) | type PlatformType = 'web' | 'ios' | 'android' | 'windows' | 'macos'; FILE: src/common/lodashMini.ts type Dictionary (line 17) | interface Dictionary { FILE: src/common/utils/AutoFocusHelper.ts type FocusCandidateType (line 22) | enum FocusCandidateType { type FocusCandidateInternal (line 27) | interface FocusCandidateInternal { type SortAndFilterFunc (line 35) | type SortAndFilterFunc = (candidates: FocusCandidateInternal[]) => Focus... function setSortAndFilterFunc (line 37) | function setSortAndFilterFunc(sortAndFilter: SortAndFilterFunc): void { class FocusArbitratorProvider (line 41) | class FocusArbitratorProvider { method constructor (line 49) | constructor(view?: RX.View, arbitrator?: RX.Types.FocusArbitrator) { method _notifyParent (line 57) | private _notifyParent(): void { method _arbitrate (line 64) | private _arbitrate(): FocusCandidateInternal | undefined { method _requestFocus (line 80) | private _requestFocus(component: React.Component, focus: () ... method _arbitrate (line 96) | private static _arbitrate(candidates: FocusCandidateInternal[], method setCallback (line 148) | setCallback(arbitrator?: RX.Types.FocusArbitrator): void { method requestFocus (line 152) | static requestFocus(component: React.Component, focus: () =>... FILE: src/common/utils/EventHelpers.ts function toMouseButton (line 8) | function toMouseButton(nativeEvent: any): number { FILE: src/common/utils/FocusManager.ts type RestrictFocusType (line 20) | enum RestrictFocusType { type FocusableInternal (line 31) | interface FocusableInternal { type FocusableComponentInternal (line 35) | type FocusableComponentInternal = React.Component & FocusableI... type StoredFocusableComponent (line 37) | interface StoredFocusableComponent { type FocusableComponentStateCallback (line 50) | type FocusableComponentStateCallback = (restrictedOrLimited: boolean) =>... type FocusManagerRestrictionStateCallback (line 52) | type FocusManagerRestrictionStateCallback = (restricted: RestrictFocusTy... method constructor (line 71) | constructor(parent: FocusManager | undefined) { method addFocusableComponent (line 85) | addFocusableComponent(component: FocusableComponentInternal, accessibleO... method removeFocusableComponent (line 134) | removeFocusableComponent(component: FocusableComponentInternal): void { method restrictFocusWithin (line 163) | restrictFocusWithin(restrictType: RestrictFocusType, noFocusReset?: bool... method removeFocusRestriction (line 203) | removeFocusRestriction(): void { method limitFocusWithin (line 266) | limitFocusWithin(limitType: Types.LimitFocusType): void { method removeFocusLimitation (line 288) | removeFocusLimitation(): void { method release (line 308) | release(): void { method subscribe (line 313) | static subscribe(component: FocusableComponentInternal, callback: Focusa... method unsubscribe (line 325) | static unsubscribe(component: FocusableComponentInternal, callback: Focu... method setRestrictionStateCallback (line 333) | setRestrictionStateCallback(callback: FocusManagerRestrictionStateCallba... method isComponentFocusRestrictedOrLimited (line 337) | static isComponentFocusRestrictedOrLimited(component: FocusableComponent... method getCurrentFocusedComponent (line 343) | static getCurrentFocusedComponent(): string | undefined { method _getStoredComponent (line 347) | private static _getStoredComponent(component: FocusableComponentInternal... method _callFocusableComponentStateChangeCallbacks (line 357) | protected static _callFocusableComponentStateChangeCallbacks(storedCompo... method _removeFocusRestriction (line 368) | private /* static */ _removeFocusRestriction(): void { method _clearRestoreRestrictionTimeout (line 376) | private static _clearRestoreRestrictionTimeout(): void { function applyFocusableComponentMixin (line 395) | function applyFocusableComponentMixin(Component: any, isConditionallyFoc... FILE: src/common/utils/PromiseDefer.ts class Defer (line 13) | class Defer { method constructor (line 17) | constructor() { method resolve (line 24) | resolve(value: T): void { method reject (line 35) | reject(value: any): void { method promise (line 46) | promise(): Promise { FILE: src/common/utils/Timers.ts class Timers (line 19) | class Timers { method clearInterval (line 20) | static clearInterval(handle: number): void { method clearTimeout (line 24) | static clearTimeout(handle: number): void { method setInterval (line 28) | static setInterval(handler: () => void, timeout: number): number { method setTimeout (line 32) | static setTimeout(handler: () => void, timeout: number): number { FILE: src/ios/Accessibility.ts type AnnouncementFinishedPayload (line 15) | interface AnnouncementFinishedPayload { class Accessibility (line 22) | class Accessibility extends NativeAccessibility { method constructor (line 27) | constructor() { method _updateScreenReaderStatus (line 39) | protected _updateScreenReaderStatus(isEnabled: boolean): void { method announceForAccessibility (line 47) | announceForAccessibility(announcement: string): void { method _postAnnouncement (line 68) | private _postAnnouncement(announcement: string, resetTimestamp = true)... method _compareRawAnnouncements (line 102) | private _compareRawAnnouncements(postedAnnouncement: string, payloadAn... FILE: src/ios/AccessibilityUtil.ts class AccessibilityUtil (line 16) | class AccessibilityUtil extends AccessibilityPlatformUtil { method setAccessibilityFocus (line 17) | setAccessibilityFocus(component: React.Component): void { FILE: src/ios/GestureView.tsx class GestureView (line 15) | class GestureView extends BaseGestureView { method constructor (line 17) | constructor(props: Types.GestureViewProps) { method _getPreferredPanRatio (line 21) | protected _getPreferredPanRatio(): number { method _getEventTimestamp (line 25) | protected _getEventTimestamp(e: Types.TouchEvent | Types.MouseEvent): ... FILE: src/ios/Linking.ts class Linking (line 13) | class Linking extends CommonLinking { method _createSmsUrl (line 15) | protected _createSmsUrl(smsInfo: Types.SmsInfo): string { FILE: src/ios/ReactXP.ts type Accessibility (line 53) | type Accessibility = RXInterfaces.Accessibility; type ActivityIndicator (line 55) | type ActivityIndicator = RXInterfaces.ActivityIndicator; type Alert (line 57) | type Alert = RXInterfaces.Alert; type App (line 59) | type App = RXInterfaces.App; type Button (line 61) | type Button = RXInterfaces.Button; type Picker (line 63) | type Picker = RXInterfaces.Picker; type Clipboard (line 65) | type Clipboard = RXInterfaces.Clipboard; type GestureView (line 67) | type GestureView = RXInterfaces.GestureView; type Image (line 69) | type Image = RXInterfaces.Image; type Input (line 71) | type Input = RXInterfaces.Input; type International (line 73) | type International = RXInterfaces.International; type Link (line 75) | type Link = RXInterfaces.Link; type Linking (line 77) | type Linking = RXInterfaces.Linking; type Location (line 79) | type Location = RXInterfaces.Location; type Modal (line 81) | type Modal = RXInterfaces.Modal; type Platform (line 83) | type Platform = RXInterfaces.Platform; type Popup (line 85) | type Popup = RXInterfaces.Popup; type ScrollView (line 87) | type ScrollView = RXInterfaces.ScrollView; type StatusBar (line 89) | type StatusBar = RXInterfaces.StatusBar; type Storage (line 91) | type Storage = RXInterfaces.Storage; type Styles (line 93) | type Styles = RXInterfaces.Styles; type Text (line 95) | type Text = RXInterfaces.Text; type TextInput (line 97) | type TextInput = RXInterfaces.TextInput; type UserInterface (line 99) | type UserInterface = RXInterfaces.UserInterface; type UserPresence (line 101) | type UserPresence = RXInterfaces.UserPresence; type View (line 103) | type View = RXInterfaces.View; FILE: src/ios/StatusBar.ts class StatusBar (line 14) | class StatusBar extends RX.StatusBar { method isOverlay (line 15) | isOverlay(): boolean { method setBarStyle (line 21) | setBarStyle(style: 'default' | 'light-content' | 'dark-content', anima... method setHidden (line 25) | setHidden(hidden: boolean, showHideTransition: 'fade' | 'slide'): void { method setNetworkActivityIndicatorVisible (line 29) | setNetworkActivityIndicatorVisible(value: boolean): void { method setBackgroundColor (line 33) | setBackgroundColor(color: string, animated: boolean): void { method setTranslucent (line 37) | setTranslucent(translucent: boolean): void { FILE: src/macos/Accessibility.ts type AnnouncementFinishedPayload (line 15) | interface AnnouncementFinishedPayload { class Accessibility (line 22) | class Accessibility extends NativeAccessibility { method constructor (line 27) | constructor() { method _updateScreenReaderStatus (line 39) | protected _updateScreenReaderStatus(isEnabled: boolean): void { method announceForAccessibility (line 47) | announceForAccessibility(announcement: string): void { method _postAnnouncement (line 68) | private _postAnnouncement(announcement: string, resetTimestamp = true)... FILE: src/macos/AccessibilityUtil.ts class AccessibilityUtil (line 16) | class AccessibilityUtil extends AccessibilityPlatformUtil { method setAccessibilityFocus (line 17) | setAccessibilityFocus(component: React.Component): void { FILE: src/macos/GestureView.tsx class GestureView (line 15) | class GestureView extends BaseGestureView { method constructor (line 17) | constructor(props: Types.GestureViewProps) { method _getPreferredPanRatio (line 21) | protected _getPreferredPanRatio(): number { method _getEventTimestamp (line 25) | protected _getEventTimestamp(e: Types.TouchEvent | Types.MouseEvent): ... FILE: src/macos/Input.ts class Input (line 12) | class Input extends RX.Input { method constructor (line 13) | constructor() { FILE: src/macos/Linking.ts class Linking (line 13) | class Linking extends CommonLinking { method _createSmsUrl (line 15) | protected _createSmsUrl(smsInfo: Types.SmsInfo): string { FILE: src/macos/ReactXP.ts type Accessibility (line 54) | type Accessibility = RXInterfaces.Accessibility; type ActivityIndicator (line 56) | type ActivityIndicator = RXInterfaces.ActivityIndicator; type Alert (line 58) | type Alert = RXInterfaces.Alert; type App (line 60) | type App = RXInterfaces.App; type Button (line 62) | type Button = RXInterfaces.Button; type Picker (line 64) | type Picker = RXInterfaces.Picker; type Clipboard (line 66) | type Clipboard = RXInterfaces.Clipboard; type GestureView (line 68) | type GestureView = RXInterfaces.GestureView; type Image (line 70) | type Image = RXInterfaces.Image; type Input (line 72) | type Input = RXInterfaces.Input; type International (line 74) | type International = RXInterfaces.International; type Link (line 76) | type Link = RXInterfaces.Link; type Linking (line 78) | type Linking = RXInterfaces.Linking; type Location (line 80) | type Location = RXInterfaces.Location; type Modal (line 82) | type Modal = RXInterfaces.Modal; type Platform (line 84) | type Platform = RXInterfaces.Platform; type Popup (line 86) | type Popup = RXInterfaces.Popup; type ScrollView (line 88) | type ScrollView = RXInterfaces.ScrollView; type StatusBar (line 90) | type StatusBar = RXInterfaces.StatusBar; type Storage (line 92) | type Storage = RXInterfaces.Storage; type Styles (line 94) | type Styles = RXInterfaces.Styles; type Text (line 96) | type Text = RXInterfaces.Text; type TextInput (line 98) | type TextInput = RXInterfaces.TextInput; type UserInterface (line 100) | type UserInterface = RXInterfaces.UserInterface; type UserPresence (line 102) | type UserPresence = RXInterfaces.UserPresence; type View (line 104) | type View = RXInterfaces.View; FILE: src/macos/StatusBar.ts class StatusBar (line 12) | class StatusBar extends RX.StatusBar { method isOverlay (line 13) | isOverlay(): boolean { method setHidden (line 18) | setHidden(hidden: boolean, showHideTransition: 'fade' | 'slide'): void { method setBackgroundColor (line 22) | setBackgroundColor(color: string, animated: boolean): void { method setTranslucent (line 26) | setTranslucent(translucent: boolean): void { method setBarStyle (line 30) | setBarStyle(style: 'default' | 'light-content' | 'dark-content', anima... method setNetworkActivityIndicatorVisible (line 34) | setNetworkActivityIndicatorVisible(value: boolean): void { FILE: src/macos/View.tsx class View (line 15) | class View extends ViewCommon { method _buildInternalProps (line 17) | protected _buildInternalProps(props: Types.ViewProps) { FILE: src/native-common/Accessibility.ts type MacComponentAccessibilityProps (line 16) | interface MacComponentAccessibilityProps { class Accessibility (line 22) | class Accessibility extends CommonAccessibility { method constructor (line 25) | constructor() { method _updateScreenReaderStatus (line 51) | protected _updateScreenReaderStatus(isEnabled: boolean): void { method isScreenReaderEnabled (line 58) | isScreenReaderEnabled(): boolean { FILE: src/native-common/AccessibilityUtil.ts type AccessibilityLiveRegionValue (line 24) | type AccessibilityLiveRegionValue = 'none' | 'polite' | 'assertive'; type AccessibilityComponentTypeValue (line 59) | type AccessibilityComponentTypeValue = 'none' | 'button' | 'radiobutton_... class AccessibilityUtil (line 75) | class AccessibilityUtil extends CommonAccessibilityUtil { method setAccessibilityPlatformUtil (line 79) | setAccessibilityPlatformUtil(instance: AccessibilityPlatformUtil): void { method accessibilityTraitToString (line 87) | accessibilityTraitToString(overrideTraits: Types.AccessibilityTrait | ... method accessibilityComponentTypeToString (line 109) | accessibilityComponentTypeToString(overrideTraits: Types.Accessibility... method accessibilityLiveRegionToString (line 123) | accessibilityLiveRegionToString(liveRegion: Types.AccessibilityLiveReg... method setAccessibilityFocus (line 131) | setAccessibilityFocus(component: React.Component): void { FILE: src/native-common/ActivityIndicator.tsx type ActivityIndicatorState (line 16) | interface ActivityIndicatorState { class ActivityIndicator (line 20) | class ActivityIndicator extends React.Component extends RX.AnimatedComponent { method setNativeProps (line 40) | setNativeProps(props: P) { method focus (line 46) | focus() { method requestFocus (line 53) | requestFocus() { method blur (line 60) | blur() { class AnimatedImage (line 72) | class AnimatedImage extends AnimatedWrapper { FILE: src/native-common/FrontLayerViewManager.tsx class ModalStackContext (line 22) | class ModalStackContext { method constructor (line 23) | constructor(public modalId: string, public modal: React.ReactElement, modalId: string,... method isModalDisplayed (line 56) | isModalDisplayed(modalId?: string): boolean { method dismissModal (line 64) | dismissModal(modalId: string): void { method dismissAllmodals (line 73) | dismissAllmodals(): void { method showPopup (line 80) | showPopup(popupOptions: Types.PopupOptions, popupId: string, delay?: n... method dismissPopup (line 98) | dismissPopup(popupId: string): void { method dismissAllPopups (line 118) | dismissAllPopups(): void { method getModalLayerView (line 125) | getModalLayerView(rootViewId?: string | null): React.ReactElement... method getActivePopupId (line 149) | getActivePopupId(): string | null { method releaseCachedPopups (line 157) | releaseCachedPopups(): void { method _modalOptionsMatchesRootViewId (line 162) | private _modalOptionsMatchesRootViewId(options?: Types.ModalOptions, r... method _renderPopup (line 166) | private _renderPopup(context: PopupStackContext, hidden: boolean): JSX... method _getOverlayContext (line 179) | private _getOverlayContext(rootViewId?: string | null): PopupStackCont... method isPopupActiveFor (line 186) | isPopupActiveFor(rootViewId?: string | null): boolean { method getPopupLayerView (line 190) | getPopupLayerView(rootViewId?: string | null): JSX.Element | null { method _dismissActivePopup (line 263) | private _dismissActivePopup(): void { method _findIndexOfModal (line 271) | private _findIndexOfModal(modalId: string): number { method _findIndexOfPopup (line 275) | private _findIndexOfPopup(popupId: string): number { method _getActiveOverlay (line 279) | private _getActiveOverlay() { method isPopupDisplayed (line 284) | isPopupDisplayed(popupId?: string): boolean { FILE: src/native-common/GestureView.tsx method constructor (line 34) | constructor(props: Types.GestureViewProps) { method render (line 74) | render() { method focus (line 126) | focus() { method blur (line 132) | blur() { FILE: src/native-common/Image.tsx type ImageContext (line 31) | interface ImageContext { type ImageState (line 35) | interface ImageState { class Image (line 41) | class Image extends React.Component implem... method prefetch (line 46) | static prefetch(url: string): Promise { method getMetadata (line 50) | static getMetadata(url: string): Promise { method _getAdditionalProps (line 71) | protected _getAdditionalProps(): RN.ImageProperties | {} { method render (line 75) | render() { method UNSAFE_componentWillReceiveProps (line 122) | UNSAFE_componentWillReceiveProps(nextProps: Types.ImageProps) { method setNativeProps (line 134) | setNativeProps(nativeProps: RN.ImageProps) { method getChildContext (line 140) | getChildContext() { method getStyles (line 147) | protected getStyles() { method _buildResizeMode (line 151) | private _buildResizeMode(): RN.ImageResizeMode { method _maybeOverrideHeaders (line 199) | private static _maybeOverrideHeaders(props: Types.ImageProps): Types.H... method _buildSource (line 212) | private _buildSource(): RN.ImageSourcePropType { method _getMaxStaleHeader (line 226) | private static _getMaxStaleHeader(headers?: Types.Headers): string | u... method getNativeWidth (line 240) | getNativeWidth(): number | undefined { method getNativeHeight (line 244) | getNativeHeight(): number | undefined { FILE: src/native-common/Input.ts class Input (line 14) | class Input extends RX.Input { method constructor (line 15) | constructor() { FILE: src/native-common/International.ts class International (line 14) | class International implements RX.International { method constructor (line 17) | constructor() { method allowRTL (line 25) | allowRTL(allow: boolean): void { method forceRTL (line 29) | forceRTL(force: boolean): void { method isRTL (line 33) | isRTL(): boolean { FILE: src/native-common/Link.tsx type LinkContext (line 21) | interface LinkContext { class LinkBase (line 26) | class LinkBase extends React.Component { method setNativeProps (line 38) | setNativeProps(nativeProps: RN.TextProps) { method render (line 44) | render() { method componentDidMount (line 59) | componentDidMount() { method componentWillUnmount (line 67) | componentWillUnmount() { method _render (line 71) | protected _render(internalProps: RN.TextProps, onMount: (text: RN.Text... method requestFocus (line 116) | requestFocus() { method focus (line 124) | focus() { method blur (line 133) | blur() { class Link (line 140) | class Link extends LinkBase<{}> { FILE: src/native-common/Linking.ts class Linking (line 15) | class Linking extends CommonLinking { method constructor (line 16) | constructor() { method _openUrl (line 24) | protected _openUrl(url: string): Promise { method getInitialUrl (line 47) | getInitialUrl(): Promise { method launchEmail (line 60) | launchEmail(emailInfo: Types.EmailInfo): Promise { FILE: src/native-common/MainViewStore.ts class MainViewStore (line 14) | class MainViewStore extends SubscribableEvent<() => void> { method getMainView (line 17) | getMainView(): React.ReactElement | undefined { method setMainView (line 21) | setMainView(view: React.ReactElement): void { FILE: src/native-common/Modal.ts class Modal (line 17) | class Modal extends RX.Modal { method isDisplayed (line 18) | isDisplayed(modalId?: string): boolean { method show (line 22) | show(modal: React.ReactElement, modalId: string, o... method dismiss (line 29) | dismiss(modalId: string): void { method dismissAll (line 35) | dismissAll(): void { FILE: src/native-common/ModalContainer.tsx type ModalContainerProps (line 36) | interface ModalContainerProps extends Types.CommonProps { class ModalContainer (line 40) | class ModalContainer extends React.Component(specifics: { [ platform in RX.Types.PlatformType | 'default'... FILE: src/native-common/Popup.ts class Popup (line 16) | class Popup extends RX.Popup { method show (line 17) | show(options: RX.Types.PopupOptions, popupId: string, delay?: number):... method autoDismiss (line 24) | autoDismiss(popupId: string, delay?: number): void { method dismiss (line 30) | dismiss(popupId: string): void { method dismissAll (line 36) | dismissAll(): void { method isDisplayed (line 40) | isDisplayed(popupId?: string): boolean { method _isValidAnchor (line 44) | private _isValidAnchor(options: RX.Types.PopupOptions): boolean { FILE: src/native-common/PopupContainerView.tsx type PopupContainerViewProps (line 26) | interface PopupContainerViewProps extends PopupContainerViewBaseProps { method constructor (line 169) | constructor(props: BaseRootViewProps) { method UNSAFE_componentWillMount (line 178) | UNSAFE_componentWillMount(): void { method componentWillUnmount (line 185) | componentWillUnmount(): void { method _onChange (line 190) | private _onChange() { method _getStateFromStore (line 194) | private _getStateFromStore(): RootViewState { method _getPropsForMainView (line 206) | protected _getPropsForMainView(): {} { class RootViewUsingProps (line 213) | class RootViewUsingProps extends BaseRootView { method setItem (line 32) | setItem(key: string, value: string): Promise { method removeItem (line 48) | removeItem(key: string): Promise { method clear (line 64) | clear(): Promise { FILE: src/native-common/StyleLeakDetector.ts class StyleLeakDetector (line 14) | class StyleLeakDetector extends CommonStyleLeakDetector { method isDisabled (line 15) | protected isDisabled(): boolean { FILE: src/native-common/Styles.ts type ReactNativeViewAndImageCommonStyle (line 35) | type ReactNativeViewAndImageCommonStyle