TextFlowEvent: {
    firstField: string;
    triggerField: string;
}

Event data for the FieldTextFlowFinished event. This holds information about the specific text flow.

Type declaration

  • firstField: string

    The field id of the first TextField in the text flow.

  • triggerField: string

    The field id of the TextField which triggered the flow operation.

Generated using TypeDoc