Skip to content

Latest commit

 

History

History
67 lines (33 loc) · 1.65 KB

ComponentEventsObserver.md

File metadata and controls

67 lines (33 loc) · 1.65 KB

ComponentEventsObserver

registerOnceForAllComponentEvents

registerOnceForAllComponentEvents(): void

source


bindComponent

bindComponent(component: Component<any>): EventSubscription

source


unmounted

unmounted(componentId: string): void

source


notifyComponentDidAppear

notifyComponentDidAppear(event: ComponentDidAppearEvent): void

source


notifyComponentDidDisappear

notifyComponentDidDisappear(event: ComponentDidDisappearEvent): void

source


notifyNavigationButtonPressed

notifyNavigationButtonPressed(event: NavigationButtonPressedEvent): void

source


notifySearchBarUpdated

notifySearchBarUpdated(event: SearchBarUpdatedEvent): void

source


notifySearchBarCancelPressed

notifySearchBarCancelPressed(event: SearchBarCancelPressedEvent): void

source