@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_ui_macro
Interface sys_ui_macro
interface
sys_ui_macro
{
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
;
category
:
Typed
<
string
,
{
default
:
"general"
;
dropdown
:
"dropdown_with_none"
;
label
:
"Category"
}
,
>
;
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
4000
}
>
;
media_type
:
Typed
<
string
,
{
label
:
"Media type"
}
>
;
name
:
Typed
<
string
,
{
label
:
"Name"
;
mandatory
:
true
;
maxLength
:
100
}
>
;
scoped_name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Contains the name field prefixed with the application scope if applicable."
;
label
:
"API Name"
;
language
:
"en"
;
plural
:
"API Names"
;
}
,
]
;
maxLength
:
100
;
readOnly
:
true
;
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
;
xml
:
Typed
<
string
|
number
,
{
columnType
:
"xml"
;
default
:
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<j:jelly trim=\"false\" xmlns:j=\"jelly:core\" xmlns:g=\"glide\" xmlns:j2=\"null\" xmlns:g2=\"null\">\n\n</j:jelly>"
;
label
:
[
{
hint
:
"Must be in XML format"
;
label
:
"XML"
;
language
:
"en"
;
plural
:
"XMLs"
;
}
,
]
;
maxLength
:
65000
;
xmlView
:
true
;
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_ui_macro
>
sys_ui_macro
Index
Properties
active
category
description
media_
type
name
scoped_
name
sys_
id
xml
Properties
Readonly
active
active
:
Typed
<
boolean
,
{
default
:
true
;
label
:
"Active"
}
>
Readonly
category
category
:
Typed
<
string
,
{
default
:
"general"
;
dropdown
:
"dropdown_with_none"
;
label
:
"Category"
}
,
>
Readonly
description
description
:
Typed
<
string
,
{
label
:
"Description"
;
maxLength
:
4000
}
>
Readonly
media_
type
media_type
:
Typed
<
string
,
{
label
:
"Media type"
}
>
Readonly
name
name
:
Typed
<
string
,
{
label
:
"Name"
;
mandatory
:
true
;
maxLength
:
100
}
>
Readonly
scoped_
name
scoped_name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Contains the name field prefixed with the application scope if applicable."
;
label
:
"API Name"
;
language
:
"en"
;
plural
:
"API Names"
;
}
,
]
;
maxLength
:
100
;
readOnly
:
true
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
Readonly
xml
xml
:
Typed
<
string
|
number
,
{
columnType
:
"xml"
;
default
:
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<j:jelly trim=\"false\" xmlns:j=\"jelly:core\" xmlns:g=\"glide\" xmlns:j2=\"null\" xmlns:g2=\"null\">\n\n</j:jelly>"
;
label
:
[
{
hint
:
"Must be in XML format"
;
label
:
"XML"
;
language
:
"en"
;
plural
:
"XMLs"
;
}
,
]
;
maxLength
:
65000
;
xmlView
:
true
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
category
description
media_
type
name
scoped_
name
sys_
id
xml
@servicenow/sdk - v4.4.1
Loading...