@agentix-e/spel-ts - v1.2.2
Preparing search index...
MethodSchema
Interface MethodSchema
Method signature metadata
interface
MethodSchema
{
description
?:
string
;
params
?:
{
name
:
string
;
type
:
string
}
[]
;
returnType
:
string
;
}
Index
Properties
description?
params?
return
Type
Properties
Optional
description
description
?:
string
Human-readable description
Optional
params
params
?:
{
name
:
string
;
type
:
string
}
[]
Method parameters
return
Type
returnType
:
string
Method return type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
params
return
Type
@agentix-e/spel-ts - v1.2.2
Loading...
Method signature metadata