InterfaceIInstallableContentRegistryBeta

interface IInstallableContentRegistry {
    getTypeById(uid: Uuid, entityBaseType: EntityBaseType): string;
    getTypeByName(name: string, entityBaseType: EntityBaseType): string;
    getTypeByVersion(uid: Uuid, version: Version, entityBaseType: EntityBaseType): string;
    getTypeName(): string;
    isOfType(type: string): boolean;
    isSame(other: ScriptObject): boolean;
}

Hierarchy (view full)

Methods

  • Beta

    Parameters

    Returns string

  • Beta

    Parameters

    Returns string

  • Beta

    Parameters

    Returns string