ixfx
    Preparing search index...

    Type Alias MapObjectArgs

    type MapObjectArgs = {
        field: string;
        index: number;
        path: string;
        value: any;
    }
    Index

    Properties

    Properties

    field: string
    index: number
    path: string
    value: any