FieldedText TypeScript Library - v0.1.2
    Preparing search index...

    Options for serialization formatting.

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

    Properties

    explicitIndices?: boolean
    indent?: boolean
    indentChars?: string
    newLineOnAttributes?: boolean