Integration App SDK - v1.14.0
    Preparing search index...
    interface DataField {
        name: string;
        locator: string;
        schema: DataSchema;
        value: any;
    }
    Index

    Properties

    name: string
    locator: string
    schema: DataSchema
    value: any