Typedef

GroupDefinition (merge-fields)

@ckeditor/ckeditor5-merge-fields/src/mergefieldsconfig

typedefobject

Filtering

Properties

  • definitions : Array<MergeFieldDefinition>

    The array of merge fields definitions that belong to the group.

  • groupId : string

    The unique identifier of the group.

    If groupLabel is not specified, the ID will be used as a label in the UI.

  • groupLabel : string | undefined

    The human-readable label of the group.

    It is displayed by the feature's UI.