Documentation
Preparing search index...
@adonisjs/fold
src/types
ContainerOptions
Type Alias ContainerOptions
Options accepted by the container class
type
ContainerOptions
=
{
emitter
?:
{
emit
(
event
:
string
|
symbol
,
...
values
:
any
[]
)
:
any
}
;
}
Index
Properties
emitter?
Properties
Optional
emitter
emitter
?:
{
emit
(
event
:
string
|
symbol
,
...
values
:
any
[]
)
:
any
}
Optional event emitter for container events
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
emitter
Documentation
Loading...
Options accepted by the container class