Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InvokeScreenAutomationRequest

import type { InvokeScreenAutomationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/honeycode.ts";
interface InvokeScreenAutomationRequest {
appId: string;
clientRequestToken?: string | null;
rowId?: string | null;
screenAutomationId: string;
screenId: string;
variables?: {
[key: string]: VariableValue | null | undefined;
}
| null;
workbookId: string;
}

§Properties

§
appId: string
[src]
§
clientRequestToken?: string | null
[src]
§
rowId?: string | null
[src]
§
screenAutomationId: string
[src]
§
screenId: string
[src]
§
variables?: {
[key: string]: VariableValue | null | undefined;
}
| null
[src]
§
workbookId: string
[src]