Type Alias NotebookDocumentOptions

NotebookDocumentOptions: {
    filterCells(
        notebookDocument: NotebookDocument,
        cells: NotebookCell[],
    ): NotebookCell[];
}

Type declaration