Skip to content

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.

optional description?: string;

Defined in: instance/instance.ts:86


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