Table of Contents






Reference

A reference is a Uuid v4 which points towards another record. In special cases this can also point to a model or an environment. In this cases, this will not displayed correctly within the UI.

Description

Returns a new Reference with a uuid of nil/all zeros.

Returns
data type description
Reference A Reference object
Description

Returns a String with the uuid.

Returns
data type description
String A UUID String object
Description

Tries to create a new Reference from a string.

Parameters
parameter data type description
0 String | Any A uuid string
Returns
data type description
Result<Reference> The reference or an error