Theia API Documentation v1.65.0
    Preparing search index...

    Type Alias NullablePartialNotebookCellInternalMetadata

    NullablePartialNotebookCellInternalMetadata: {
        [Key in keyof Partial<NotebookCellInternalMetadata>]:
            | NotebookCellInternalMetadata[Key]
            | null
    }