utils/uid
@ckeditor/ckeditor5-utils/src/uid
module
Filtering
Functions
-
uid() → String
static
Returns a unique id. This id consist of an 'e' character and a randomly generated string of 32 aphanumeric characters. Each character in uid string represents a hexadecimal digit (base 16).
Returns
String
A hexadecimal number representing the id.