Langium - v4.0.0
    Preparing search index...

    Interface PlainUnion

    interface PlainUnion {
        comment?: string;
        dataType?: string;
        declared: boolean;
        name: string;
        subTypes: Set<string>;
        superTypes: Set<string>;
        type: PlainPropertyType;
    }
    Index

    Properties

    comment?: string
    dataType?: string
    declared: boolean
    name: string
    subTypes: Set<string>
    superTypes: Set<string>