A unique identifier. Used to identify things like Editor.Model.EntityBaseType and Editor.IInstallableContentRegistry

interface Uuid {
    isValid(): boolean;
    toString(): string;
}

Methods

  • Beta

    Returns whether the identifier is valid.

    Returns boolean

  • Beta

    Returns the identifier as a string.

    Returns string