Langium - v4.0.0
    Preparing search index...

    Interface PlainInterface

    interface PlainInterface {
        abstract: boolean;
        comment?: string;
        declared: boolean;
        name: string;
        properties: PlainProperty[];
        subTypes: Set<string>;
        superTypes: Set<string>;
    }
    Index

    Properties

    abstract: boolean
    comment?: string
    declared: boolean
    name: string
    properties: PlainProperty[]
    subTypes: Set<string>
    superTypes: Set<string>