Interface HonuaRelationshipInfo

Metadata for a relationship between two layers/tables.

interface HonuaRelationshipInfo {
    cardinality?: string;
    id: number;
    keyField?: string;
    keyFieldInRelationshipTable?: string;
    name?: string;
    relatedTableId: number;
    role?: string;
}

Properties

cardinality?: string
id: number
keyField?: string
keyFieldInRelationshipTable?: string
name?: string
relatedTableId: number
role?: string