@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface ReadOnlyFlowrAnalyzerMetaContext {
        getNamespace(): string | undefined;
        getProjectName(): string | undefined;
        getProjectTitle(): string | undefined;
        getProjectVersion(): SemVer & { str: string } | undefined;
        name: string;
    }

    Implemented by

    Index

    Properties

    name: string

    The name of this context.

    Methods