smile-js
    Preparing search index...

    Interface EncoderOptions

    Encoder options.

    interface EncoderOptions {
        rawBinary: boolean;
        sharedPropertyName: boolean;
        sharedStringValue: boolean;
    }
    Index

    Properties

    rawBinary: boolean
    sharedPropertyName: boolean
    sharedStringValue: boolean