Search
Preparing search index...
The search index is not available
Orange
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Orange
Uuid
Class Uuid
Hierarchy
Uuid
Index
Constructors
constructor
Properties
_value
_counter
_t
Start
get
Time
Accessors
value
Methods
same
Value
As
to
String
generate
generate
V4Uuid
is
Uuid
Constructors
constructor
new
Uuid
(
uuid
?:
string
)
:
Uuid
Parameters
Optional
uuid:
string
Returns
Uuid
Properties
Private
_value
_value
:
string
Static
Private
_counter
_counter
:
number
= 0
Static
Private
_t
Start
_t
Start
:
number
= Date.now == null ? Date.now() : new Date().getTime()
Static
Private
get
Time
get
Time
:
function
= (window.performance == null && window.performance.now == null) ?() => Math.round(performance.now() + Uuid._tStart) :(Date.now == null ?() => Date.now() :() => (new Date()).getTime())
Type declaration
(
)
:
number
Returns
number
Accessors
value
get
value
(
)
:
string
Returns
string
Methods
same
Value
As
same
Value
As
(
uuid
:
Uuid
)
:
boolean
Parameters
uuid:
Uuid
Returns
boolean
to
String
to
String
(
)
:
string
Returns
string
Static
generate
generate
(
)
:
Uuid
Returns
Uuid
Static
Private
generate
V4Uuid
generate
V4Uuid
(
)
:
string
Returns
string
Static
is
Uuid
is
Uuid
(
value
:
string
)
:
boolean
Parameters
value:
string
Returns
boolean
Globals
Externals
Orange
Orange.
Bindings
Orange.
Controls
Orange.
Modularity
Orange.
Routing
Uuid
constructor
_value
_counter
_t
Start
get
Time
value
same
Value
As
to
String
generate
generate
V4Uuid
is
Uuid
Generated using
TypeDoc