Interface GroupAddedParams

Payload for a group added event in the model

interface GroupAddedParams {
    group: Group;
    parentGroup?: Group;
}

Properties

Properties

group: Group

Group that was removed

parentGroup?: Group

If the group is a child of some other group, that group is provided here.

Version :