config-rocket
Preparing search index...
FileOutputHooks
Interface FileOutputHooks
interface
FileOutputHooks
{
onFileOutput
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
;
onFileOutputConcatMerge
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
;
onFileOutputJsonMerge
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
;
[
key
:
string
]:
HookCallback
;
}
Hierarchy
Hooks
FileOutputHooks
Indexable
[
key
:
string
]:
HookCallback
Index
Properties
on
File
Output
on
File
Output
Concat
Merge
on
File
Output
Json
Merge
Properties
on
File
Output
onFileOutput
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
on
File
Output
Concat
Merge
onFileOutputConcatMerge
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
on
File
Output
Json
Merge
onFileOutputJsonMerge
:
(
state
:
{
data
:
string
;
filePath
:
string
;
isValidFileToMerge
:
boolean
;
mergeResult
:
undefined
|
string
;
mergeType
:
"json"
|
"concat"
;
}
,
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
File
Output
on
File
Output
Concat
Merge
on
File
Output
Json
Merge
config-rocket
Loading...