guid() method

This function generates a GUID (globally unique identifier).

Syntax

<static> guid() → {string}

Returns

The generated GUID.

Type:

string

Example

var globallyUniqueName = hwc.guid();

Source

hwc-comms.js, line 457.