Pike LSP TypeScript API - v0.1.0-alpha.20
Preparing search index...
pike-bridge/src/types
PikeFunctionType
Interface PikeFunctionType
interface
PikeFunctionType
{
argTypes
?:
PikeType
[]
;
arguments
?:
PikeFunctionArgument
[]
;
kind
:
"function"
;
returnType
?:
PikeType
;
signature
?:
string
;
}
Index
Properties
arg
Types?
arguments?
kind
return
Type?
signature?
Properties
Optional
arg
Types
argTypes
?:
PikeType
[]
Optional
arguments
arguments
?:
PikeFunctionArgument
[]
Arguments with names and types (for snippet generation)
kind
kind
:
"function"
Optional
return
Type
returnType
?:
PikeType
Optional
signature
signature
?:
string
Function signature string
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
arg
Types
arguments
kind
return
Type
signature
Pike LSP TypeScript API - v0.1.0-alpha.20
Loading...
Arguments with names and types (for snippet generation)