@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sc_ordered_item_link
Interface sc_ordered_item_link
interface
sc_ordered_item_link
{
link_text
:
Typed
<
string
,
{
label
:
"Link text"
;
maxLength
:
100
}
>
;
link_url
:
Typed
<
string
,
{
label
:
"Link URL"
;
maxLength
:
255
}
>
;
name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Name of this link for reference"
;
label
:
"Name"
;
language
:
"en"
;
plural
:
"Names"
;
}
,
]
;
maxLength
:
100
;
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
;
target
:
Typed
<
"internal"
|
"_blank"
,
{
choices
:
{
_blank
:
{
label
:
"New Window/Tab"
;
sequence
:
2
}
;
internal
:
{
label
:
"Within Catalog"
;
sequence
:
1
}
;
}
;
default
:
"_blank"
;
dropdown
:
"dropdown_without_none"
;
label
:
"Target"
;
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sc_ordered_item_link
>
sc_ordered_item_link
Index
Properties
link_
text
link_
url
name
sys_
id
target
Properties
Readonly
link_
text
link_text
:
Typed
<
string
,
{
label
:
"Link text"
;
maxLength
:
100
}
>
Readonly
link_
url
link_url
:
Typed
<
string
,
{
label
:
"Link URL"
;
maxLength
:
255
}
>
Readonly
name
name
:
Typed
<
string
,
{
label
:
[
{
hint
:
"Name of this link for reference"
;
label
:
"Name"
;
language
:
"en"
;
plural
:
"Names"
;
}
,
]
;
maxLength
:
100
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
Readonly
target
target
:
Typed
<
"internal"
|
"_blank"
,
{
choices
:
{
_blank
:
{
label
:
"New Window/Tab"
;
sequence
:
2
}
;
internal
:
{
label
:
"Within Catalog"
;
sequence
:
1
}
;
}
;
default
:
"_blank"
;
dropdown
:
"dropdown_without_none"
;
label
:
"Target"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
link_
text
link_
url
name
sys_
id
target
@servicenow/sdk - v4.4.1
Loading...