RAMP4 - v4.21.0
    Preparing search index...

    Interface AttributeLoaderDetails

    interface AttributeLoaderDetails {
        attribs?: string;
        batchSize: number;
        fieldsToTrim?: string[];
        maxId?: number;
        oidField: string;
        permanentFilter?: string;
        serviceUrl?: string;
        sourceDataJson?: CompactJson;
        sourceGraphics?: Collection<Graphic>;
        supportsLimit?: boolean;
    }
    Index

    Properties

    attribs?: string
    batchSize: number
    fieldsToTrim?: string[]
    maxId?: number
    oidField: string
    permanentFilter?: string
    serviceUrl?: string
    sourceDataJson?: CompactJson
    sourceGraphics?: Collection<Graphic>
    supportsLimit?: boolean