SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Type Alias MultiValueMappedMaskChange<Type>

    MultiValueMappedMaskChange: {
        [TypeAttribute in FilteredKeys<Type, FieldType>]: {
            fieldValue: string;
            typeAttribute: TypeAttribute;
        }
    }

    Type Parameters