Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-vscode
/
vscode
/
SignatureInformation
/
SignatureInformation
Signature
Information
constructor
(
label
:
String
,
documentation
:
String
=
definedExternally
)
(
source
)
Creates a new signature information object.
Parameters
label
A label string.
documentation
A doc string.
Online Documentation
constructor
(
label
:
String
,
documentation
:
MarkdownString
)
(
source
)