@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
Keys
Interface Keys
interface
Keys
{
commit
(
formatter
?:
Formatter
)
:
Promise
<
void
>
;
deleteCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
,
guidOverride
?:
string
,
)
:
string
;
deleteExplicitId
(
table
:
string
,
key
:
string
|
number
,
guidOverride
?:
string
,
)
:
string
;
getEffectiveDeletedKeys
()
:
AnyKey
<
string
>
[]
;
getFilePath
()
:
string
;
getSourceFile
()
:
SourceFile
;
getValue
()
:
KeysRegistry
;
queryCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
)
:
string
|
undefined
;
queryExplicitId
(
table
:
string
,
key
:
string
|
number
|
Shape
<
unknown
>
,
)
:
string
|
undefined
;
registerCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
,
guidOverride
?:
string
,
)
:
string
;
registerExplicitId
(
table
:
string
,
key
:
string
|
number
|
Shape
<
unknown
>
,
guidOverride
?:
string
,
)
:
string
;
reload
()
:
void
;
}
Index
Methods
commit
delete
Coalesce
Id
delete
Explicit
Id
get
Effective
Deleted
Keys
get
File
Path
get
Source
File
get
Value
query
Coalesce
Id
query
Explicit
Id
register
Coalesce
Id
register
Explicit
Id
reload
Methods
commit
commit
(
formatter
?:
Formatter
)
:
Promise
<
void
>
Parameters
Optional
formatter
:
Formatter
Returns
Promise
<
void
>
delete
Coalesce
Id
deleteCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
,
guidOverride
?:
string
,
)
:
string
Parameters
table
:
string
key
:
CoalesceKeys
Optional
guidOverride
:
string
Returns
string
delete
Explicit
Id
deleteExplicitId
(
table
:
string
,
key
:
string
|
number
,
guidOverride
?:
string
,
)
:
string
Parameters
table
:
string
key
:
string
|
number
Optional
guidOverride
:
string
Returns
string
get
Effective
Deleted
Keys
getEffectiveDeletedKeys
()
:
AnyKey
<
string
>
[]
Returns
AnyKey
<
string
>
[]
get
File
Path
getFilePath
()
:
string
Returns
string
get
Source
File
getSourceFile
()
:
SourceFile
Returns
SourceFile
get
Value
getValue
()
:
KeysRegistry
Returns
KeysRegistry
query
Coalesce
Id
queryCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
)
:
string
|
undefined
Parameters
table
:
string
key
:
CoalesceKeys
Returns
string
|
undefined
query
Explicit
Id
queryExplicitId
(
table
:
string
,
key
:
string
|
number
|
Shape
<
unknown
>
,
)
:
string
|
undefined
Parameters
table
:
string
key
:
string
|
number
|
Shape
<
unknown
>
Returns
string
|
undefined
register
Coalesce
Id
registerCoalesceId
(
table
:
string
,
key
:
CoalesceKeys
,
guidOverride
?:
string
,
)
:
string
Parameters
table
:
string
key
:
CoalesceKeys
Optional
guidOverride
:
string
Returns
string
register
Explicit
Id
registerExplicitId
(
table
:
string
,
key
:
string
|
number
|
Shape
<
unknown
>
,
guidOverride
?:
string
,
)
:
string
Parameters
table
:
string
key
:
string
|
number
|
Shape
<
unknown
>
Optional
guidOverride
:
string
Returns
string
reload
reload
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
commit
delete
Coalesce
Id
delete
Explicit
Id
get
Effective
Deleted
Keys
get
File
Path
get
Source
File
get
Value
query
Coalesce
Id
query
Explicit
Id
register
Coalesce
Id
register
Explicit
Id
reload
@servicenow/sdk - v4.4.1
Loading...