diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 1bd8b840b..f1ce14913 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -12175,7 +12175,7 @@ "name": "column", "optional": false, "readonly": false, - "type": "default", + "type": "ColumnNode", "default": "", "description": "Column instance" }, @@ -13283,7 +13283,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t data: any, // Row data.\n \t node: any, // Row node data.\n \t column: Column, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorInitCallback: (event: Event) ⇒ void, // Callback function\n}", + "type": "{\n \t data: any, // Row data.\n \t node: any, // Row node data.\n \t column: ColumnNode, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorInitCallback: (event: Event) ⇒ void, // Callback function\n}", "description": "body slot's params." } ], @@ -13296,7 +13296,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t column: Column, // Column node.\n }", + "type": "{\n \t column: ColumnNode, // Column node.\n }", "description": "header slot's params." } ], @@ -13309,7 +13309,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t column: Column, // Column node.\n }", + "type": "{\n \t column: ColumnNode, // Column node.\n }", "description": "footer slot's params." } ], @@ -13322,7 +13322,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t data: any, // Row data.\n \t column: Column, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorSaveCallback: (event: Event) ⇒ void, // Callback function\n\t editorCancelCallback: (event: Event) ⇒ void, // Callback function\n}", + "type": "{\n \t data: any, // Row data.\n \t column: ColumnNode, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorSaveCallback: (event: Event) ⇒ void, // Callback function\n\t editorCancelCallback: (event: Event) ⇒ void, // Callback function\n}", "description": "editor slot's params." } ], @@ -13400,7 +13400,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t data: any, // Row data.\n \t column: Column, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t loadingOptions: ColumnLoadingOptions, // Loading options.\n }", + "type": "{\n \t data: any, // Row data.\n \t column: ColumnNode, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t loadingOptions: ColumnLoadingOptions, // Loading options.\n }", "description": "loading slot's params." } ], @@ -13521,6 +13521,9 @@ "values": { "ColumnPassThroughOptionType": { "values": "ColumnPassThroughAttributes | (options: ColumnPassThroughMethodOptions) => undefined | string | null | undefined" + }, + "ColumnNode": { + "values": "default & Object" } } } @@ -55537,4 +55540,4 @@ } } } -} +} \ No newline at end of file