Skip to content

Command

type Command = {
description?: string;
group?: string;
icon?: ChatKitIcon;
id: string;
label: string;
};

An action that can be found from the composer’s command menu.

optional description: string;

optional group: string;

optional icon: ChatKitIcon;

id: string;

label: string;