Options
All
  • Public
  • Public/Protected
  • All
Menu

@capitec/omni-widget

Index

Type Aliases

BridgeInfo<T>: { bridgeEvent: string; callbackId?: string; detail?: T; fromApplication?: boolean; identifier: string }

Type Parameters

  • T = any

Type declaration

  • bridgeEvent: string
  • Optional callbackId?: string
  • Optional detail?: T
  • Optional fromApplication?: boolean
  • identifier: string
WidgetEventDetail<T, U>: { content: T; callback?: any }

Type Parameters

  • T = any

  • U = any

Type declaration

  • content: T
  • callback?:function
    • callback(detail: U): void

Generated using TypeDoc