| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- [
- {
- "name": "object.new",
- "contents": ["新建一个Object对象"],
- "class": "object.New"
- },
- {
- "name": "object.each",
- "contents": [
- "遍历对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- " 值",
- {"type": "input","default": "v"},
- "键",
- {"type": "input","default": "k"},
- "绑定对象",
- {"type": "mortise","tenonTypes": []}
- ],
- "class": "object.Each"
- },
- {
- "name": "object.merge",
- "contents": [
- "合并对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.Merge"
- },
- {
- "name": "object.clone",
- "contents": [
- "克隆对象",
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.Clone"
- },
- {
- "name": "object.append",
- "contents": [
- "给对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "添加属性",
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.Append"
- },
- {
- "name": "object.subset",
- "contents": [
- "获取对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的子集",
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.Subset"
- },
- {
- "name": "object.map",
- "contents": [
- "map",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "方法",
- {"type": "inputMortise","default": "","tenonTypes": []},
- ",绑定对象",
- {"type": "mortise", "tenonTypes": []}
- ],
- "class": "object.Map", "extend": "$Expression"
- },
- {
- "name": "object.filter",
- "contents": [
- "过滤对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "方法",
- {"type": "inputMortise","default": "","tenonTypes": []},
- ",绑定对象",
- {"type": "mortise", "tenonTypes": []}
- ],
- "class": "object.Filter", "extend": "$Expression"
- },
- {
- "name": "object.every",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的每个属性值都满足方法",
- {"type": "inputMortise","default": "","tenonTypes": []},
- ",绑定对象",
- {"type": "mortise", "tenonTypes": []}
- ],
- "class": "object.Every", "extend": "$Expression"
- },
- {
- "name": "object.some",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的一些属性值满足方法",
- {"type": "inputMortise","default": "","tenonTypes": []},
- ",绑定对象",
- {"type": "mortise", "tenonTypes": []}
- ],
- "class": "object.Some", "extend": "$Expression"
- },
- {
- "name": "object.keys",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的所有属性名"
- ],
- "class": "object.Keys"
- },
- {
- "name": "object.values",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的所有属性值"
- ],
- "class": "object.Values"
- },
- {
- "name": "object.getLength",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的属性个数"
- ],
- "class": "object.GetLength"
- },
- {
- "name": "object.keyOf",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "中,值为",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "的属性名"
- ],
- "class": "object.KeyOf"
- },
- {
- "name": "object.contains",
- "contents": [
- "对象",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "中,是否包含值",
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.Contains"
- },
- {
- "name": "object.toQueryString",
- "contents": [
- "Object.toQueryString",
- {"type": "inputMortise","default": "","tenonTypes": []}
- ],
- "class": "object.ToQueryString"
- },
- {
- "name": "object.toString",
- "contents": [
- "将",
- {"type": "inputMortise","default": "","tenonTypes": []},
- "转换为字符串"
- ],
- "class": "object.ToString"
- }
- ]
|