浏览代码

Update README.md

Garrett Johnson 4 年之前
父节点
当前提交
18b59640dc
共有 1 个文件被更改,包括 17 次插入0 次删除
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -516,6 +516,23 @@ priorityCallback = null : ( item ) => Number
 
 
 Function to derive the job priority of the given item. Higher priority values get processed first.
 Function to derive the job priority of the given item. Higher priority values get processed first.
 
 
+## BatchTable
+
+### .getKeys
+
+```js
+getKeys() : Array<String>
+```
+
+### getData
+```js
+getData(
+	key : String,
+	defaultComponentType = null : String|null,
+	defaultType = null : String|null,
+) : Array|TypedArray
+```
+
 # LICENSE
 # LICENSE
 
 
 The software is available under the [Apache V2.0 license](../LICENSE.txt).
 The software is available under the [Apache V2.0 license](../LICENSE.txt).