Langium - v4.0.0
    Preparing search index...

    Interface LangiumGrammarValidationOptions

    interface LangiumGrammarValidationOptions {
        types?: "normal" | "strict";
    }
    Index

    Properties

    Properties

    types?: "normal" | "strict"

    Handling of type definitions and inference in the grammar.

    normal allows both inferred and declared types, strict only allows declared types.