Interface Entity

interface Entity {
    caption?: string;
    catalog?: string;
    name: string;
    visible?: boolean;
}

Hierarchy

Properties

caption?: string

Caption for entity

catalog?: string

Catalog of entity

name: string
visible?: boolean

Visible Property

Generated using TypeDoc