Senzing Node.js SDK
    Preparing search index...

    Interface AddAttributeOptions

    interface AddAttributeOptions {
        attribute: string;
        feature: string;
        element: string;
        class: string;
        defaultValue?: string;
        internal?: string;
        required?: string;
    }
    Index

    Properties

    attribute: string
    feature: string
    element: string
    class: string
    defaultValue?: string
    internal?: string
    required?: string