@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
WriteFileCallback
Type Alias WriteFileCallback
WriteFileCallback
:
(
fileName
:
string
,
text
:
string
,
writeByteOrderMark
:
boolean
,
onError
?:
(
message
:
string
)
=>
void
,
sourceFiles
?:
readonly
tsc
.
SourceFile
[]
,
data
?:
WriteFileCallbackData
,
)
=>
void
Type Declaration
(
fileName
:
string
,
text
:
string
,
writeByteOrderMark
:
boolean
,
onError
?:
(
message
:
string
)
=>
void
,
sourceFiles
?:
readonly
tsc
.
SourceFile
[]
,
data
?:
WriteFileCallbackData
,
)
:
void
Parameters
fileName
:
string
text
:
string
writeByteOrderMark
:
boolean
Optional
onError
:
(
message
:
string
)
=>
void
Optional
sourceFiles
:
readonly
tsc
.
SourceFile
[]
Optional
data
:
WriteFileCallbackData
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...