mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
更新文档
This commit is contained in:
@@ -377,6 +377,15 @@ const apis = [
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'nativeEvents',
|
||||
desc: '渲染组件的原生事件(请查看目标渲染的 Events)',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
enum: '',
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'content',
|
||||
desc: '渲染组件的内容(仅用于特殊组件)',
|
||||
@@ -477,6 +486,15 @@ const apis = [
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'nativeEvents',
|
||||
desc: '渲染组件的原生事件(请查看目标渲染的 Events)',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
enum: '',
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'content',
|
||||
desc: '渲染组件的内容(仅用于特殊组件)',
|
||||
@@ -568,6 +586,15 @@ const apis = [
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'nativeEvents',
|
||||
desc: '渲染组件的原生事件(请查看目标渲染的 Events)',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
enum: '',
|
||||
defVal: '{row,rowIndex,$rowIndex,column,columnIndex,$columnIndex}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'content',
|
||||
desc: '渲染组件的内容(仅用于特殊组件)',
|
||||
@@ -694,6 +721,15 @@ const apis = [
|
||||
enum: '',
|
||||
defVal: '{data, property}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'nativeEvents',
|
||||
desc: '渲染组件的原生事件(请查看目标渲染的 Events)',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
enum: '',
|
||||
defVal: '{data, property}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -218,7 +218,7 @@ const apis = [
|
||||
name: 'position',
|
||||
descKey: 'app.api.modal.desc.position',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
type: 'String, Object',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: [
|
||||
|
||||
@@ -1898,6 +1898,15 @@ const apis = [
|
||||
enum: '',
|
||||
defVal: '{}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'nativeEvents',
|
||||
desc: '渲染组件的原生事件(请查看目标渲染的 Events)',
|
||||
version: '',
|
||||
type: 'Object',
|
||||
enum: '',
|
||||
defVal: '{}, ...[目标渲染的 arguments]',
|
||||
list: []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user