ActionGetResponse
Type Alias: ActionGetResponse
type ActionGetResponse = {
description: string;
disabled: boolean;
error: | {
message: string;
}
| null;
icon: string;
label: string;
links: {
actions: {
href: string;
label: string;
parameters: any[];
type: "transaction" | "message" | "post" | "external-link";
}[];
};
title: string;
type: "action" | "completed";
};Properties
description
disabled?
error?
icon
label
links?
Name
Type
title
type?
Last updated