Senzing Node.js SDK
    Preparing search index...

    Interface SetAttributeOptions

    interface SetAttributeOptions {
        attribute: string;
        internal?: string;
        required?: string;
        defaultValue?: string;
    }
    Index

    Properties

    attribute: string
    internal?: string
    required?: string
    defaultValue?: string