We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Home > @microsoft/sp-core-library > Guid > newGuid
Returns a new Guid instance with a pseudo-randomly generated GUID, according to the version 4 UUID algorithm from RFC 4122.
Signature:
static newGuid(randomNumberGenerator?: IRandomNumberGenerator): Guid;
Returns:
Guid
A new unique Guid object
Home