Functions
reflectAction
declaration
reflectAction(
action:ActionTokenMetadata,implementations:ReflectedActionImplementation): {implementations:ReflectedActionImplementation;input:JSONSchema;name:string;output:JSONSchema; }
Parameters
| Parameter | Type | Default value |
|---|---|---|
|
| |
|
|
Returns
{ implementations: ReflectedActionImplementation; input: JSONSchema; name: string; output: JSONSchema; }
| Name | Type |
|---|---|
| |
|
|
|
|
|
|