Interface PropertyAttributes

interface PropertyAttributes {
    __id__?: string;
    caption?: string;
    name: string;
    role?: AggregationRole;
    rt?: boolean;
    uniqueName?: string;
    visible?: boolean;
}

Hierarchy

Properties

__id__?: string
caption?: string

The caption of property

name: string

Property role

rt?: boolean

Property is in Runtime only, not in Semantic Model

uniqueName?: string
visible?: boolean

Visible Property

Generated using TypeDoc