sandeep-react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
13 lines • 582 B
TypeScript
import { Block } from "../../types/Block";
import { Flow } from "../../types/Flow";
import { Params } from "../../types/Params";
/**
* Handles processing of checkboxes in current block.
*
* @param flow conversation flow for the bot
* @param block current block being processed
* @param path path associated with the current block
* @param params contains parameters that can be used/passed into attributes
*/
export declare const processCheckboxes: (flow: Flow, block: Block, path: keyof Flow, params: Params) => Promise<void>;
//# sourceMappingURL=CheckboxProcessor.d.ts.map