UNPKG

@botonic/plugin-flow-builder

Version:

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

9 lines (8 loc) 209 B
import { HtNodeLink, HtTextLocale, HtUrlLocale } from './common'; export interface HtButton { id: string; text: HtTextLocale[]; url: HtUrlLocale[]; target?: HtNodeLink; hidden: string[]; }