Library Documentation
NPM
GitHub
Preparing search index...
The search index is not available
Amplify JS API Documentation
Amplify JS API Documentation
@aws-amplify/adapter-nextjs
index
<Reference Types>
EventTarget
Interface EventTarget
interface
EventTarget
{
addEventListener
(
type
,
listener
,
options
?
)
:
void
;
dispatchEvent
(
event
)
:
boolean
;
removeEventListener
(
type
,
listener
,
options
?
)
:
void
;
}
Index
Methods
add
Event
Listener
dispatch
Event
remove
Event
Listener
Methods
add
Event
Listener
add
Event
Listener
(
type
,
listener
,
options
?
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
AddEventListenerOptions
Returns
void
dispatch
Event
dispatch
Event
(
event
)
:
boolean
Parameters
event
:
Event
Returns
boolean
remove
Event
Listener
remove
Event
Listener
(
type
,
listener
,
options
?
)
:
void
Parameters
type
:
string
listener
:
EventListener
|
EventListenerObject
Optional
options
:
boolean
|
EventListenerOptions
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
add
Event
Listener
dispatch
Event
remove
Event
Listener
Amplify JS API Documentation
aws-amplify
@aws-amplify
geo
interactions
predictions
pubsub
adapter-nextjs
datastore-storage-adapter