Typescript Library Declarations (DOM)
Interface PaymentRequestUpdateEventInit
interface
PaymentRequestUpdateEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
}
Hierarchy
EventInit
PaymentRequestUpdateEventInit (
view full
)
PaymentMethodChangeEventInit
Index
Properties
bubbles?
cancelable?
composed?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
Typescript Library Declarations (DOM)