Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @tmorin/ceb-messaging-adapter-dom

Index

Type aliases

DomCommandOptions

DomCommandOptions: { dispatchResult?: boolean; timeout?: number }

The options of DomCommand

Type declaration

  • Optional dispatchResult?: boolean

    When true, the DomResult will be dispatched on the target.

    default

    true

  • Optional timeout?: number

    The maximum time in millisecond to wait fore a result.

DomQueryOptions

DomQueryOptions: { timeout?: number }

The options of DomQuery

Type declaration

  • Optional timeout?: number

    The maximum time in millisecond to wait fore a result.

Generated using TypeDoc