@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface PropertyBluePrint

    Describes how a property of a model is gonna be turned in a document.

    Not ready for use.

    interface PropertyBluePrint {
        complexType: boolean;
        defaultMapping: string;
        documentField: string;
        ignored: boolean;
        modelProperty: string;
    }
    Index

    Properties

    complexType: boolean

    Whether or not this property has a custom conversion

    defaultMapping: string

    The default field name in the document

    documentField: string

    The actual field name in the document

    ignored: boolean

    Whether or not this property will be ignored in the document

    modelProperty: string

    The name of the property within the model