NotebookJSON
Datalayer Core / NotebookJSON
Interface: NotebookJSON
Defined in: src/models/NotebookDTO.ts:40
Stable public interface for Notebook data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.
Properties
cdnUrl
cdnUrl:
string
Defined in: src/models/NotebookDTO.ts:54
CDN URL for accessing the notebook
description
description:
string
Defined in: src/models/NotebookDTO.ts:48
Description of the notebook
extension
extension:
string
Defined in: src/models/NotebookDTO.ts:52
File extension of the notebook
id
id:
string
Defined in: src/models/NotebookDTO.ts:42
uuid of the notebook
name
name:
string
Defined in: src/models/NotebookDTO.ts:46
Name of the notebook
type
type:
string
Defined in: src/models/NotebookDTO.ts:50
Type of notebook
uid
uid:
string
Defined in: src/models/NotebookDTO.ts:44
ulid for of the notebook