@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/api
tsc
SignatureHelpItems
Interface SignatureHelpItems
Represents a set of signature help items, and the preferred item that should be selected.
interface
SignatureHelpItems
{
applicableSpan
:
tsc
.
TextSpan
;
argumentCount
:
number
;
argumentIndex
:
number
;
items
:
tsc
.
SignatureHelpItem
[]
;
selectedItemIndex
:
number
;
}
Index
Properties
applicable
Span
argument
Count
argument
Index
items
selected
Item
Index
Properties
applicable
Span
applicableSpan
:
tsc
.
TextSpan
argument
Count
argumentCount
:
number
argument
Index
argumentIndex
:
number
items
items
:
tsc
.
SignatureHelpItem
[]
selected
Item
Index
selectedItemIndex
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applicable
Span
argument
Count
argument
Index
items
selected
Item
Index
@servicenow/sdk - v4.4.1
Loading...
Represents a set of signature help items, and the preferred item that should be selected.