Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EvalResultEventDetails<T>

Body of an evalresult event.

Type parameters

  • T

Hierarchy

  • CustomEventInit
    • EvalResultEventDetails

Index

Properties

Optional bubbles

bubbles: undefined | false | true

Optional cancelable

cancelable: undefined | false | true

Optional composed

composed: undefined | false | true

Optional detail

detail: T

Optional error

error: undefined | string

Marshalled error using marshalError

id

id: string

Optional result

result: any

Generated using TypeDoc