Skip to main content

SpaceJSON

Datalayer Core


Datalayer Core / SpaceJSON

Interface: SpaceJSON

Defined in: src/models/SpaceDTO.ts:44

Stable public interface for Space data. This is the contract that SDK consumers can rely on. The raw API may change, but this interface remains stable.

Properties

description

description: string

Defined in: src/models/SpaceDTO.ts:54

Description of the space


handle

handle: string

Defined in: src/models/SpaceDTO.ts:50

Handle for the space


items

items: (LexicalJSON | NotebookJSON)[]

Defined in: src/models/SpaceDTO.ts:56

Items contained in the space (as JSON)


name

name: string

Defined in: src/models/SpaceDTO.ts:48

Name of the space


uid

uid: string

Defined in: src/models/SpaceDTO.ts:46

ulid for the space


variant

variant: string

Defined in: src/models/SpaceDTO.ts:52

Variant of the space