Traqula
    Preparing search index...

    Interface SparqlGeneratorContext

    interface SparqlGeneratorContext {
        astFactory: AstFactory;
        indentInc: number;
        "When you use this string, you expect traqula to handle indentation after every newline": number;
    }
    Index

    Properties

    astFactory: AstFactory
    indentInc: number
    "When you use this string, you expect traqula to handle indentation after every newline": number