3 Group.svid Property
asdia edited this page 2021-01-06 22:19:49 +08:00
Class: Group

Gets the SVID of the group.

Returns

String
The SVID of the group.

Remarks

The SVID will always start with "g-".

Example

const group = new Group('g-afe31e8b-c53a-41c8-94db-69fb9c15118a')
console.log(group.svid()) // 'g-afe31e8b-c53a-41c8-94db-69fb9c15118a'