Documentation
Preparing search index...
@adonisjs/core
modules/dumper/define_config
defineConfig
Function defineConfig
defineConfig
(
dumperConfig
:
Partial
<
{
html
:
HTMLDumpConfig
;
console
:
ConsoleDumpConfig
}
,
>
,
)
:
Partial
<
{
html
:
HTMLDumpConfig
;
console
:
ConsoleDumpConfig
}
>
Define config for the dumper service exported by the "@adonisjs/core/services/dumper" module
Parameters
dumperConfig
:
Partial
<
{
html
:
HTMLDumpConfig
;
console
:
ConsoleDumpConfig
}
>
Returns
Partial
<
{
html
:
HTMLDumpConfig
;
console
:
ConsoleDumpConfig
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Define config for the dumper service exported by the "@adonisjs/core/services/dumper" module