WorkspaceEditClientCapabilitiesChangeAnnotationSupport
in package
Table of Contents
Properties
- $groupsOnLabel : bool|null
- Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
Methods
- __construct() : mixed
Properties
$groupsOnLabel
Whether the client groups edits with equal labels into tree nodes, for instance all edits labelled with "Changes in Strings" would be a tree node.
public
bool|null
$groupsOnLabel
Methods
__construct()
public
__construct([bool|null $groupsOnLabel = null ]) : mixed
Parameters
- $groupsOnLabel : bool|null = null