Functions
reflectLink
declaration
reflectLink(
link
:LinkTokenMetadata
,implementations
:ReflectedLinkImplementation
): {defaultLimit?
:number
;description?
:string
;implementations
:ReflectedLinkImplementation
;input
:JSONSchema
;label
:string
;name
:string
;source
:string
;target
:string
;type
:LinkTokenType
; }
Parameters
Parameter | Type | Default value |
---|---|---|
|
| |
|
|
Returns
{ defaultLimit?
: number
; description?
: string
; implementations
: ReflectedLinkImplementation
; input
: JSONSchema
; label
: string
; name
: string
; source
: string
; target
: string
; type
: LinkTokenType
; }
Name | Type |
---|---|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|