Polyman Documentation - v2.2.2
    Preparing search index...

    Interface LocalSolution

    Local solution configuration (references local files). LocalSolution

    interface LocalSolution {
        name: string;
        source: string;
        tag: SolutionTag;
        sourceType?: SolutionSourceType;
    }
    Index

    Properties

    name: string

    Solution name/identifier

    source: string

    Path to solution source file

    Expected behavior tag

    sourceType?: SolutionSourceType

    Language/compiler (C++, Java, or Python)