Skip to content

Commit fa75149

Browse files
authored
Update with latest type definitions (#314)
1 parent 0fd767f commit fa75149

File tree

3 files changed

+0
-34
lines changed

3 files changed

+0
-34
lines changed

docs/docs-ref-autogen/excel/excelscript.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -310,23 +310,3 @@ interfaces:
310310
- 'ExcelScript!ExcelScript.WorksheetProtection:interface'
311311
- 'ExcelScript!ExcelScript.WorksheetProtectionOptions:interface'
312312
- 'ExcelScript!ExcelScript.WorksheetSearchCriteria:interface'
313-
functions:
314-
- name: ExcelScript.run(callback)
315-
uid: 'ExcelScript!ExcelScript.run:function(1)'
316-
package: ExcelScript!
317-
summary: ''
318-
remarks: ''
319-
isPreview: false
320-
isDeprecated: false
321-
syntax:
322-
content: |-
323-
export function run(
324-
callback: (workbook: Workbook) => Promise<void>
325-
): Promise<void>;
326-
parameters:
327-
- id: callback
328-
description: ''
329-
type: '(workbook: <xref uid="ExcelScript!ExcelScript.Workbook:interface" />) =&gt; Promise&lt;void&gt;'
330-
return:
331-
type: Promise&lt;void&gt;
332-
description: ''

generate-docs/api-extractor-inputs-excel/excel.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
export declare namespace ExcelScript {
2-
/*
3-
* Special Run Function
4-
*/
5-
export function run(
6-
callback: (workbook: Workbook) => Promise<void>
7-
): Promise<void>;
8-
92
//
103
// Class
114
//

generate-docs/script-inputs/excel.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
declare namespace ExcelScript {
2-
/*
3-
* Special Run Function
4-
*/
5-
function run(
6-
callback: (workbook: Workbook) => Promise<void>
7-
): Promise<void>;
8-
92
//
103
// Class
114
//

0 commit comments

Comments
 (0)