ActionDescription
type ActionDescription = { description?: string; functionName: string; id: string; name: string; types: string;};Defined in: instance/instance.ts:82
One entry per registered action, pairing its identity and metadata with the TypeScript declarations a script would use to call it. Produced by Sandbox.describeActions.
Properties
Section titled “Properties”description?
Section titled “description?”optional description?: string;Defined in: instance/instance.ts:86
functionName
Section titled “functionName”functionName: string;Defined in: instance/instance.ts:83
id: string;Defined in: instance/instance.ts:84
name: string;Defined in: instance/instance.ts:85
types: string;Defined in: instance/instance.ts:87