new module:ct-workbench /messaging /Message Editor PM()
This is the PresentationModel
for message service data editor workbench tool. This tool displays a
list of records as a MappedNodeList
of module:ct-workbench/messaging/RecordNode
s
that have either been configured (in the workbench app) or have received a subscription from the
component.
For each record, it displays the number of active and paused subscriptions and allows the user to edit data fields.
It also displays a "global" panel, whose PresentationModel
is
module:ct-workbench/messaging/MessageEditorMainControl
, which can be used to change the status of every record
simultaneously, and also send updates for all records using each record's given data fields.
Methods
on Record Added(record)
Create a new RecordNode
corresponding to the given record stub and add it to the list.
Parameters:
Name | Type | Description |
---|---|---|
record |
module:ct-services |
newly added record stub |