Skip to content

Interface: CrowsNestEvents

Describes the events and the signatures of the callbacks which can be registered for each event.

Extends

  • TypedEventEmitterCallbackSignatures

Indexable

ts
[key: string]: (...args: any[]) => void

Events

EventTypeDescription
debug(...args: []) => voidEmitted when a new debug message is sent.
keyboard.changed(is: KeyboardState, was: KeyboardState) => voidEmitted when the virtual keyboard state changes.
keyboard.closed() => voidEmitted when the virtual keyboard is closed.
keyboard.opened() => voidEmitted when the virtual keyboard is opened.
observable.changed(is: Surface, was: Surface) => voidEmitted when the safe area changes. Since 1.20250408.1
observable.height(is: number, was: number) => voidEmitted when the height of the observable safe area changes.
observable.offset.bottom(is: number, was: number) => voidEmitted when the bottom offset of the observable safe area changes.
observable.offset.left(is: number, was: number) => voidEmitted when the left offset of the observable safe area changes.
observable.offset.right(is: number, was: number) => voidEmitted when the right offset of the observable safe area changes.
observable.offset.top(is: number, was: number) => voidEmitted when the top offset of the observable safe area changes.
observable.width(is: number, was: number) => voidEmitted when the width of the observable safe area changes.