Skip to main content

CnObjectListWidgetForm

Config sub-form for the object-list / table (CnObjectListWidget) dashboard widget. Drives CnAddWidgetModal and the cog style editor. Collects the OpenRegister source (register, schema, filter), sort field + direction, row limit, and the column set.

Props

PropTypeDefaultDescription
editingWidgetobject|nullnullThe placement being edited (pre-fills from editingWidget.content), or null in create mode.
valueobjectdefaultsInitial content values when not editing.

Events

EventPayloadDescription
update:contentobjectEmitted with the assembled content blob on every field change.

Notes

  • validate() requires register + schema.
  • Columns are added/removed inline; each column is a { key, label } pair over the schema's properties.