Skip to content

zentao-api / ProcessSingleOptions

Interface: ProcessSingleOptions

processData 处理单条对象时的选项;执行顺序为 转换 → 摘取。

Properties

PropertyTypeDescription
convert?(record) => DataRecord转换函数,用于对对象进行转换。
pick?string[]摘取字段路径列表。

Released under the MIT License.