Type Alias WorkspaceRelationshipBeta

WorkspaceRelationship: WorkspaceItemBase & OsAuditFields & {
    os_entity_type_from: string;
    os_entity_type_to: string;
    os_entity_uid_from: string;
    os_entity_uid_to: string;
    os_relationship_name: string;
}

Represents a relationship between workspace items.

Type declaration

  • Betaos_entity_type_from: string

    Type of the source entity in the relationship.

  • Betaos_entity_type_to: string

    Type of the target entity in the relationship.

  • Betaos_entity_uid_from: string

    Unique identifier for the source entity in the relationship.

  • Betaos_entity_uid_to: string

    Unique identifier for the target entity in the relationship.

  • Betaos_relationship_name: string

    Name of the relationship.