Global

Type Definitions

ArrayLike

Source:

类数组对象

Type:
  • Array | NodeList | HTMLCollection | jQuery | $

DocumentFragment

Source:
See:

HTML 文档片段类

Type:

HTMLElement

Source:
See:

HTML 元素标签抽象类

Type:

jQueryAcceptable

Source:
See:

jQuery 构造函数 第一参数接受的数据类型

Type:

MapTreeFilter(child, index, depth) → (nullable) {object}

Source:

对象遍历过滤器

Parameters:
Name Type Description
child object
index number
depth number
Returns:

Null or Undefined to Skip the Sub-Tree,
and Any other Type to Add into the Result Array.

Type
object