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