FieldedText TypeScript Library
    Preparing search index...

    Options for serialization formatting.

    interface FtMetaSerializerOptions {
        explicitIndices?: boolean;
        indent?: boolean;
        indentChars?: string;
        newLineOnAttributes?: boolean;
    }
    Index
    explicitIndices?: boolean
    indent?: boolean
    indentChars?: string
    newLineOnAttributes?: boolean