toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
SignatureHelpItems
Signature
Help
Items
sealed
external
interface
SignatureHelpItems
(
source
)
Represents a set of signature help items, and the preferred item that should be selected.
Members
Properties
applicable
Span
Link copied to clipboard
abstract
var
applicableSpan
:
TextSpan
argument
Count
Link copied to clipboard
abstract
var
argumentCount
:
Double
argument
Index
Link copied to clipboard
abstract
var
argumentIndex
:
Double
items
Link copied to clipboard
abstract
var
items
:
ReadonlyArray
<
SignatureHelpItem
>
selected
Item
Index
Link copied to clipboard
abstract
var
selectedItemIndex
:
Double