Skip to main content

CnFlowRunsWidgetForm

Config sub-form for a CnFlowRunsWidget (flow-runs) placement. Used by CnAddWidgetModal and the cog style editor.

Deliberately small: the widget has no register / schema / filter to pick, because "which flow runs" is not a choice — it is every live run the viewer's organisation owns, resolved server-side. What IS a choice is how many rows the cell can hold, how often to refetch, where a row click goes, an optional run route for deep links, an optional subject object to scope to (a uuid, or @objectId on a detail page), and what to say when nothing is running.

Props

PropTypeDefaultDescription
editingWidgetobjectnullThe placement being edited; pre-fills from editingWidget.content.
valueobjectregistry defaultsInitial content values when not editing.

Events

EventPayloadDescription
update:contentobjectThe assembled content blob, emitted on every field change.

Methods

MethodReturnsDescription
validate()booleanAlways true — every field has a working default, so this widget can never be added in a broken state.