@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
ClientScriptProps
Type Alias ClientScriptProps<T, E, G>
ClientScriptProps
:
Now.Internal.WithID
<
{
active
?:
boolean
;
description
?:
string
;
field
?:
field_type
<
T
,
E
>
;
global
?:
G
;
messages
?:
string
;
name
:
string
;
script
?:
string
;
table
:
T
;
type
?:
E
;
view
?:
G
extends
false
?
string
:
never
;
}
&
Now.Internal.Meta
&
uiType
&
isolateScript
&
appliesExtended
,
>
Type Parameters
T
extends
TableName
E
extends
client_script_events
G
extends
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...