Preparing search index...
The search index is not available
express-beans
express-beans
types
ExpressBeansOptions
Interface ExpressBeansOptions
interface
ExpressBeansOptions
{
listen
:
boolean
;
onError
?:
(
(
err
)
=>
void
)
;
onInitialized
?:
(
(
)
=>
void
)
;
port
:
number
;
routerBeans
:
any
[]
;
}
Index
Properties
listen
on
Error?
on
Initialized?
port
router
Beans
Properties
listen
listen
:
boolean
Optional
on
Error
on
Error
?:
(
(
err
)
=>
void
)
Type declaration
(
err
)
:
void
Parameters
err
:
Error
Returns
void
Optional
on
Initialized
on
Initialized
?:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
port
port
:
number
router
Beans
router
Beans
:
any
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
listen
on
Error
on
Initialized
port
router
Beans
express-beans
Loading...