Langium - v4.0.0
    Preparing search index...

    Interface ScopeOptions

    interface ScopeOptions {
        caseInsensitive?: boolean;
        concatOuterScope?: boolean;
    }
    Index

    Properties

    caseInsensitive?: boolean

    Whether the scope should be case insensitive. Defaults to false.

    concatOuterScope?: boolean

    Whether the outer scope should be concatenated with the local scope when calling getElements. Defaults to true.