UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

12 lines (11 loc) 473 B
import { ActionRequest } from '@botonic/react'; import { ContentFieldsBase } from './content-fields-base'; import { HtWebviewExits, HtWebviewNode } from './hubtype-fields'; export declare class FlowWebview extends ContentFieldsBase { webviewTargetId: string; webviewName: string; webviewComponentName: string; exits: HtWebviewExits[]; static fromHubtypeCMS(component: HtWebviewNode): FlowWebview; trackFlow(request: ActionRequest): Promise<void>; }