Constructordojox.uuid.generateTimeBasedUuid.setNode

dojo.require("dojox.uuid.generateTimeBasedUuid");
defined in dojox/uuid/generateTimeBasedUuid.js

Sets the 'node' value that will be included in generated UUIDs.

Usage

function (/*String?*/ node) (view source)
parametertypedescription
nodeStringOptional. A 12-character hex string representing a pseudoNode or hardwareNode.

PropertiesBack to top