UNPKG

@botonic/plugin-flow-builder

Version:

Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic from bots on the **current** line.

15 lines (14 loc) 683 B
import { WhatsappButtonListRow } from '@botonic/shared'; import { FlowBuilderApi } from '../../api'; import { ContentFieldsBase } from '../content-fields-base'; import { HtWhatsappButtonListRow } from '../hubtype-fields'; export declare class FlowWhatsappButtonListRow extends ContentFieldsBase { title: string; description: string; targetId?: string; static fromHubtypeCMS(component: HtWhatsappButtonListRow, locale: string, cmsApi: FlowBuilderApi): FlowWhatsappButtonListRow; addRowToBotonic(rowIndex: number, sectionIndex: number): WhatsappButtonListRow | undefined; private getRowId; trackFlow(): Promise<void>; processContent(): Promise<void>; }