Home > @findkit/ui > FindkitUI > activateGroup

FindkitUI.activateGroup property

Activate group by id, index or group object. Does not open the modal. Use with open() to open the modal as well.

Signature:

activateGroup: (groupId: string | number | {
        id: string | number;
    }) => void;